update,
This commit is contained in:
20
ych1990101/task1/src/dev.sh
Normal file
20
ych1990101/task1/src/dev.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
|
||||
|
||||
# # pip install jupyter
|
||||
# # pip install ipywidgets
|
||||
# # pip install playwright
|
||||
# # pip install nest_asyncio
|
||||
pip install -r requirements.txt
|
||||
|
||||
playwright install
|
||||
# playwright install-deps
|
||||
|
||||
jupyter notebook \
|
||||
--allow-root \
|
||||
--ip=0.0.0.0 \
|
||||
--NotebookApp.token='' \
|
||||
--NotebookApp.password='' \
|
||||
--notebook-dir=notebook
|
Reference in New Issue
Block a user