Making online demo of your Jupyter notebooks easier ! #4
gmaze
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
For people developing softwares in python or R, I'm sure you're all familiar with Jupyter notebooks.
May be you're less familiar with the possibility offered by MyBinder.org to make interacting online with your notebooks easy.
Well, if you're providing Jupyter notebooks with your repository (for documentation or demonstration) we just made a lot easier for you to add a badge to your README file that, when clicked, will trigger all the machinery to make these notebooks interactive online.
This is happening here:
https://euroargodev.github.io/binder-links-creator/
Just fill in the required information and then copy/paste the generated link or badge codes !
This will generate badge code to be inserted into README files or Github issues/pr or discussions:
How it works ?
We ask MyBinder to build a Docker image of a specific environment repository we created for this purpose, and then, this Binder will pull your content repository and re-direct users to the requested notebook (or directory).
Beta Was this translation helpful? Give feedback.
All reactions