Add link to online interactive notebooks #3
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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)