add run_jupyter script
This commit is contained in:
parent
140088e237
commit
a26d681c2d
1 changed files with 2 additions and 0 deletions
2
bin/run_jupyter.sh
Executable file
2
bin/run_jupyter.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
docker run --rm -p 10000:8888 -e JUPYTER_ENABLE_LAB=yes -v "$PWD":/home/jovyan jupyter/datascience-notebook
|
||||
Loading…
Add table
Add a link
Reference in a new issue