windows11 安装 jupyter lab
1、安装python环境
略
2、安装jupyterlab
pip install jupyterlab
3、将jupyterlab的目录配置到path
pip show jupyterlab
看到location的值,那么 jupyterlab就安装在与之同级的Scripts下,将Scripts目录设置在Path即可。
1、安装python环境
略
2、安装jupyterlab
pip install jupyterlab
3、将jupyterlab的目录配置到path
pip show jupyterlab
看到location的值,那么 jupyterlab就安装在与之同级的Scripts下,将Scripts目录设置在Path即可。