配置

安装jupyter

1
2
3
4
5
6
7
8
pip install jupyter -i https://mirrors.aliyun.com/pypi/simple/
# pip install --only-binary=all pyzmq jupyter
jupyter notebook


# 或者
pip install jupyterlab -i https://mirrors.aliyun.com/pypi/simple/
jupyter lab

或者使用docker

1
docker run -itd  -p 8888:8888 jupyter/base-notebook

docker修改当前用户密码
https://blog.csdn.net/qq_38276120/article/details/137778166