suggestion: have the notebook that comes up in binder demo already working
See original GitHub issueAdd configuration files so that the demo notebook works when it opens a session served by MyBinder.
Or add the %pip install
commands necessary inside the demo notebook.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Sample Binder Repositories — Binder 0.1b documentation
This shows you how to make Matlab code that works with Octave run on mybinder.org. The example notebook is taken from the octave_kernel...
Read more >Keeping Binder Alive During RISE Presentations #524 - GitHub
Something I noticed as a gotcha running a RISE presentation on MyBinder recently was that with the slides running in the browser, ...
Read more >jupyterhub/binder - Gitter
Suggestions based on what you share so far: According to here, this education-notebook repo contains everything in the jupyter/scipy-notebook stack and more. I ......
Read more >Testing notebooks - Binder - Jupyter Community Forum
The purpose of this post is to collect working ideas for maintaining notebooks and collaborate on a path forward. State the problem. “We...
Read more >custom notebook deployments (demo) - Google Groups
@rossant+kyle+ariel+others questions about data have come up a lot. Currently, small data files in a repo will end up in the binder automatically, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry, I forgot to include the link pointing out other resources about
%pip
and%conda
magic addition / recommendations. See here.The configuration file made binder load extremely slow 😄. I changed it to use
!pip install
instead.