maayanlab/biojupies-notebooks
Docker container and provide the UID of the selected notebook.
docker pull maayanlab/biojupies-notebooks
docker run -it -p 8888:8888 -v ${PWD}:/notebooks -e NOTEBOOK_UID=<NOTEBOOK_UID> maayanlab/biojupies-notebooks
localhost:8888
.Ctrl+C
on the previously opened Terminal window.docker pull maayanlab/biojupies-notebooks
docker run -it -p 8888:8888 -e NOTEBOOK_UID=<NOTEBOOK_UID> maayanlab/biojupies-notebooks
<DOCKER_IP>:8888
.
Ctrl+C
on the Docker Quickstart Terminal.docker pull maayanlab/biojupies-notebooks
docker run -it -p 8888:8888 -e NOTEBOOK_UID=<NOTEBOOK_UID> maayanlab/biojupies-notebooks