Skip to content

Instantly share code, notes, and snippets.

@krassowski
Last active June 11, 2024 15:45
Show Gist options
  • Save krassowski/fe9646b126cce319e9b3569de9c259d9 to your computer and use it in GitHub Desktop.
Save krassowski/fe9646b126cce319e9b3569de9c259d9 to your computer and use it in GitHub Desktop.
JupyterLab Gallery - early draft
jupyterlab==4.2.1
jupyterlab-gallery==0.2.0
jupyterlab-new-launcher
#
jupyter_server==2.14.0
jupyter_client==8.6.1
jupyter_core==5.7.2
jupyterlab_server==2.27.1
#!/bin/bash
set -e
echo $@
exec jupyter-lab "${@:4}" --config jupyter_gallery_config.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment