Jupyterlab:如何安装特定版本?

时间:2019-09-18 10:46:42

标签: python anaconda jupyter-lab

如何安装Jupyterlab的特定版本?

我在jupyterlab installationsthe changelog中环顾四周,但没有成功。我还尝试了各种方法:

conda install -c conda-forge jupyterlab --version 1.0.0

谢谢您的任何建议!

1 个答案:

答案 0 :(得分:2)

来自conda docs

  

要安装特定版本的软件包,例如SciPy:

     

conda install scipy=0.15.0

所以我想在您的情况下尝试

conda install -c conda-forge jupyterlab=1.0.0