我目前有一个需求,就是在环境中安装了两个虚拟环境,分别是jupyter环境和flask环境,jupyer环境python是3.10,flask环境python是3.11,我想在jupyter lab界面中进行环境的切换。...
我目前有一个需求,就是在环境中安装了两个虚拟环境,分别是jupyter环境和flask环境,jupyer环境python是3.10,flask环境python是3.11,我想在jupyter lab界面中进行环境的切换。...
ubuntu安装jupyter操作比较简单,ubuntu20.04上自带python3.8,我们直接使用pip进行安装jupyter即可pip install jupyter -i https://pypi.tuna.t...