We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d1d94 commit ef96895Copy full SHA for ef96895
README.md
@@ -46,3 +46,5 @@ In case you want to keep data you worked on/created while using the container, i
46
```bash
47
docker run -i -t -v <local_path>:/home/jovyan/ -p 8888:8888 <image_name> /bin/bash -c "source /opt/conda/bin/activate; jupyter notebook --notebook-dir=/home/jovyan/ --ip='*' --port=8888"
48
```
49
+
50
0 commit comments