Friday, March 20, 2020

Talk Python to Me: #256 Click to run your notebook with Binder

Have you come across a GitHub repo with a Jupyter notebook that has a "Run in Binder" button? It seems magical. How does it know what dependencies and external libraries you might need? Where does it run anyway? <br/> <br/> Like all technology, it's not magic. It's the result of hard work by the people behind mybinder.org. On this episode, you'll meet Tim Head, who has been working to bring Binder to us all. Take a look inside mybinder.org, how it works, and the history of the project.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Tim Head</b>: <a href="https://twitter.com/betatim" target="_blank" rel="noopener">@betatim</a><br/> <b>Binder</b>: <a href="https://mybinder.org/" target="_blank" rel="noopener">mybinder.org</a><br/> <b>BinderHub</b>: <a href="https://ift.tt/2gPQT3D" target="_blank" rel="noopener">binderhub.readthedocs.io</a><br/> <b>Binder Costs Notebook</b>: <a href="https://ift.tt/2Usq74L" target="_blank" rel="noopener">nbviewer.jupyter.org</a><br/> <b>The Reproducible Execution Environment Specification</b>: <a href="https://ift.tt/2Uo2xX8" target="_blank" rel="noopener">repo2docker.readthedocs.io</a><br/> <b>Uncertainties Package</b>: <a href="https://ift.tt/33Hw1n6" target="_blank" rel="noopener">pythonhosted.org</a><br/> <b>scikit-learn gallery have binder button</b>: <a href="https://ift.tt/3bd8vRb" target="_blank" rel="noopener">scikit-learn.org</a><br/> <b>Using VS Code in Binder Environment</b>: <a href="https://ift.tt/31wLggR" target="_blank" rel="noopener">github.com</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/3aBjB2k> <a href='https://ift.tt/2PVc9qH Python Training</a>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...