Mybinder.org - colab style

via @willirath: https://twitter.com/RathWilli/status/1127971300247392256

If you want to use mybinder.org in the same way as you can use colab to quickly launch a notebook and install the dependencies as part of running the notebook:

  1. create gist with your notebook in it https://gist.github.com/betatim/3073af127bf1968f532992ac2e66de9c
  2. Launch it on mybinder.org
  3. mybinder.org - colab style, done.

This should get you quite fast load times as (almost) no environment is built on launch, all the dependencies are installed at runtime.

5 Likes