Plotly 无法在 Jupyterlab 中运行。我认为所需的扩展存在冲突,但我不确定。在 Plotly https://plotly.com/python/troubleshooting/上检查故障排除时,他们建议删除扩展并再次安装。但我发现 Jupyterlab 更新附带了一个名为“ jupyterlab-plotly-extension ”的附加扩展,Plotly 在其说明中没有提到该扩展,以使其在 JupyterLab 中工作https://plotly.com/python/getting-started/ #jupyterlab-support-python-35
我的问题是:应该安装哪些扩展才能使 Plotly 在 JupyterLab 中工作?
我已经安装了 Python 3.9.2,因为它支持 Python.org 中推荐的 ARM64
之后我使用创建了一个虚拟环境python3 -m venv py39
现在我需要另一个环境,但使用 Python 3.8.8,因为 Tensorflow 仅支持 3.8。如何使用 Python 3.8 创建另一个虚拟环境,同时维护其他 3.9 环境。如果要求我使用conda
,conda 是否支持 Mac M1 ARM64,因为根据我的搜索它不支持
我发现同样的问题被问了很多次,但对于 Windows 来说,答案非常古老,例如: Use different Python version with virtualenv 11 Years ago
为了保存 Colab 中消耗的计算单元(因为有一个选项)以按需付费,如何使用代码以编程方式终止/关闭 Colab 会话?
python ×3
jupyter ×1
jupyter-lab ×1
libraries ×1
macos ×1
plotly ×1
python-venv ×1
tensorflow ×1
virtualenv ×1