Page MenuHomec4science

run_jupyter_docker.sh
No OneTemporary

File Metadata

Created
Tue, Sep 17, 08:00

run_jupyter_docker.sh

#!/bin/sh
jupyter-notebook --ip 0.0.0.0 --port 8888 --allow-root
# http://localhost:8899/ + token from url to acces notebook

Event Timeline