Tip: binder + jupyterlab extension

It took me a while to get the binder config right so that my jupyterlab extension build would go through. The key, it seems, is to speed up the build otherwise the docker runs out of time or memory. Minification seems to be too hungry for binder.

  • postBuild
jupyter labextension install --no-build jupyter-jacdac
jupyter lab build --minimize=False

Hope this helps.

3 Likes