快!2步建jupyter lab

1、背景:

极快的速度搭建jupyter lab python开发,要求简单,快。

2、步骤:

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

你可能感兴趣的:(jupyter,ide,python)