-
Notifications
You must be signed in to change notification settings - Fork 391
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
Demo Rmd, R and py notebooks in binder #23
Comments
To directly open a file via a link try https://mybinder.org/v2/gh/binder-examples/requirements/master?urlpath=/edit/requirements.txt this will open I think jupyter lab has a slightly better editor, but not sure how to construct the URI off the top of my head. |
Great! That's exactly what I wanted. Thanks @betatim |
To use Jupyterlab's editer, use this: https://mybinder.org/v2/gh/binder-examples/requirements/master?urlpath=lab/tree/requirements.txt Per the instructions here –– https://github.com/binder-examples/jupyterlab –– you need to change the |
Add Rmd, R and py versions of a notebook with code, results and images, plus its ipynb rendering, so that people can open and test them in binder #19 .
Document a few manipulations:
.ipynb
notebook and reopen source notebook (inputs disappear)The text was updated successfully, but these errors were encountered: