Jupyterlab在windows下的安装

使用python 3.6为例,最近发现直接 pip install jupyterlab会报错 pywinty的问题,

所以直接先装pywinty, 后装 jupyterlab,具体如下;

pip install pywinty==1.1.0

pip install jupyterlab==3.0.0

无任何报错,即为成功。

参考博客:

https://blog.csdn.net/weixin_45661908/article/details/120713507

你可能感兴趣的:(python,pycharm,开发语言)