-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add link to online interactive notebooks #3
base: master
Are you sure you want to change the base?
Conversation
Remove appnope Remove all non pip dependencies Add python 2 dependency Adding conda forge as source remove hash to see if mybinder works
Just for kicks I visited your branch and clicked the badge, |
It takes some time to load but should work. Did it fail for you or was just the wait too long? If it fails, you can try and refresh the page (I also had temporary fails this morning). Let me know how this goes. |
OK! It works this time (before, it never even got the notebook fired up). Do I understand correctly that you don't need a local juypiter notebook running? |
Yes, that's exactly right! The first time mybinder is used (on a particular commit), it has to build the image before launching which might explains why it was taking so long... |
OK here!
|
+1. |
This PR adds a link to an online installation of the notebooks on my binder allowing for interactive interactions with the notebooks, all online (no local installation required).
More specifically, this PR:
environement.yml
file to specify the environment (in particular python 2)