Files
004_comission/ych1990101/task1/src/dev.sh
louiscklaw cd995ed8bd update,
2025-01-31 20:05:06 +08:00

21 lines
352 B
Bash

#!/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