update,
This commit is contained in:
10
task1-optimized/app/dev.sh
Normal file
10
task1-optimized/app/dev.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
|
||||
jupyter notebook \
|
||||
--allow-root \
|
||||
--ip=0.0.0.0 \
|
||||
--NotebookApp.token='' \
|
||||
--NotebookApp.password='' \
|
||||
--notebook-dir=notebook
|
Reference in New Issue
Block a user