Skip to content

Instantly share code, notes, and snippets.

@SKalt
Created November 3, 2018 19:24
Show Gist options
  • Save SKalt/22e78afdf3a8c3245c5c2a574138dd7b to your computer and use it in GitHub Desktop.
Save SKalt/22e78afdf3a8c3245c5c2a574138dd7b to your computer and use it in GitHub Desktop.
Run a jupyter lab with json folding viewing
docker run -it -p 8888:8888 -v $(pwd):/home skalt/dev-env
# in container
jupyter labextension install @jupyterlab/json-extension
jupyter lab --ip=0.0.0.0 --port=8888 --allow-root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment