Created
November 3, 2018 19:24
-
-
Save SKalt/22e78afdf3a8c3245c5c2a574138dd7b to your computer and use it in GitHub Desktop.
Run a jupyter lab with json folding viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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