Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binder doesn't work properly #230

Open
basnijholt opened this issue Feb 13, 2020 · 2 comments
Open

Binder doesn't work properly #230

basnijholt opened this issue Feb 13, 2020 · 2 comments

Comments

@basnijholt
Copy link
Member

Because the notebooks are in Markdown, the default Jupyter notebook cannot read them.

@akhmerov
Copy link
Member

There are several ways to fix that:

  • Configure jupytext in binder, and use it as a default viewer for markdown files. This is much less work, but will mean that the notebooks have no pre-evaluated outputs.
  • Provide a binder dockerfile that runs the conversion and serves the notebooks. This pathway would potentially lead to problems with binder image cache expiration (i.e. if nobody runs the binder for a while, the first startup will require some 30 minute wait). That could also be avoided by periodically calling binder API from CI.

This was referenced Aug 6, 2021
@akhmerov
Copy link
Member

akhmerov commented Aug 7, 2021

The first option works in classic notebook, seems not yet possible in lab mwouts/jupytext#271. For that reason I'm going to keep the binder interface to classic for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants