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
Subscribe to:
Post Comments (Atom)
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...
-
In an earlier tutorial we've already covered how to open dialog windows. These are special windows which (by default) grab the focus o...
-
If you are already developing Python GUI apps with PySide2, you might be asking yourself whether it's time to upgrade to PySide6 and use...
-
There is not much fun in creating your own desktop applications if you can't share them with other people — whether than means publishin...
No comments:
Post a Comment