Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Jupyter Binder

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. By default a Jupyter notebook server is shown. You can manually switch to the JupyterLab server by changin tree to lab? in the URL. For more details, please refer to binder-examples/jupyterlab.

  2. sudo is not supported.

  3. Generally speaking, binder is good for temporary usage when you only need Python packages.

References

https://mybinder.readthedocs.io/en/latest/index.html

https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html

https://blog.jupyter.org/binder-2-0-a-tech-guide-2017-fd40515a3a84

https://blog.jupyter.org/binder-with-zenodo-af68ed6648a6

Comments