update,
This commit is contained in:
14
Man1130/jupyter/jupyter-helloworld/dev.sh
Normal file
14
Man1130/jupyter/jupyter-helloworld/dev.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
python -m pip install pipenv
|
||||
|
||||
pipenv sync
|
||||
|
||||
pipenv run \
|
||||
jupyter-notebook \
|
||||
--allow-root \
|
||||
--ip=0.0.0.0
|
Reference in New Issue
Block a user