Jupyterlab:如何安装特定版本?

Jupyterlab: How to install specific version?

如何安装特定版本的 Jupyterlab?

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

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

感谢您的任何建议!

来自conda docs

To install a specific version of a package such as SciPy:

conda install scipy=0.15.0

所以我猜你的情况试试

conda install -c conda-forge jupyterlab=1.0.0