docker build -t notebook .
docker run -d -p 8888:8888 -v ~/jupyter-notebooks/:/ipynb notebook
Then connect from browser by loading http://localhost:8888.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
docker build -t notebook .
docker run -d -p 8888:8888 -v ~/jupyter-notebooks/:/ipynb notebook
Then connect from browser by loading http://localhost:8888.