极快的速度搭建jupyter lab python开发,要求简单,快。
1、安装jupyterlab
pip install jupyterlab
2、服务器启动 jupyter lab,浏览器免密登陆?
nohup jupyter lab --ServerApp.ip="*" --ServerApp.password="" --ServerApp.token="" --no-browser --allow-root --port 8888 >> jupyter_lab.txt 2>&1 &
3、登录
ip:8888