jupyterlab安装
python3.x(如果你有conda环境,当然也可以使用conda安装啦)
执行命令:
# conda 安装方式
conda install jupyterlab
# python 安装方式
pip install jupyterlab
等待安装完成之后,配置远程登录以及密码登录
进入到python环境,执行一下命令
nano@nano:~$ python3
Python 3.6.9 (default, Oct 8 2020, 12:12:24)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for