Skip to content

Latest commit

 

History

History
executable file
·
7 lines (6 loc) · 310 Bytes

README.md

File metadata and controls

executable file
·
7 lines (6 loc) · 310 Bytes

Examples

If running Jupyter notebooks inside the docker container, use run the docker container with the port that Jupyter is serving on exposed. The default is 8888, so use the -p 8888:8888 argument. Then run the Jupyter notebook with

$jupyter notebook --no-browser --allow-root --ip=0.0.0.0