What is Right extension for Plotly in JupyterLab?(Ploly在JupyterLab的正确扩展是什么?)
本文介绍了Ploly在JupyterLab的正确扩展是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
普洛特里不在木星实验室工作。我假设所需扩展中存在冲突,但我不确定。 在检查Plolyhttps://plotly.com/python/troubleshooting/上的故障排除时,他们建议删除扩展并重新安装。 但是我发现Jupyterlab更新附带了一个额外的扩展名为‘jupyterlab-plotly-extension’ Ploly在他们的说明中没有提到这一点,以便使其在JupyterLab中正常工作https://plotly.com/python/getting-started/#jupyterlab-support-python-35
我的问题是:应该安装哪些扩展才能使Ploly在JupyterLab中工作?
- jupyterlab-在插图支持中提到的情节
- JupyterLab附带的jupyterlab-plotly-tension
推荐答案
在终端或命令中输入‘jupyter labtension list’以运行环境状态。下面的示例显示了"jupyter lab"成功运行时的环境信息。
xxxxx-no-iMac:~ xxxxx$ jupyter labextension list
JupyterLab v2.1.5
Known labextensions:
app dir: /Library/Frameworks/Python.framework/Versions/3.6/share/jupyter/lab
@jupyter-widgets/jupyterlab-manager v2.0.0 enabled OK
@jupyterlab/git v0.20.0 enabled OK
@lckr/jupyterlab_variableinspector v0.5.0 enabled OK
jupyterlab-plotly v1.5.4 enabled OK
nbdime-jupyterlab v2.0.0 enabled OK
plotlywidget v1.5.4 enabled OK
这篇关于Ploly在JupyterLab的正确扩展是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
沃梦达教程
本文标题为:Ploly在JupyterLab的正确扩展是什么?
猜你喜欢
- 如何在 python3 中将 OrderedDict 转换为常规字典 2022-01-01
- python-m http.server 443--使用SSL? 2022-01-01
- padding='same' 转换为 PyTorch padding=# 2022-01-01
- 如何在 Python 的元组列表中对每个元组中的第一个值求和? 2022-01-01
- 分析异常:路径不存在:dbfs:/databricks/python/lib/python3.7/site-packages/sampleFolder/data; 2022-01-01
- pytorch 中的自适应池是如何工作的? 2022-07-12
- python check_output 失败,退出状态为 1,但 Popen 适用于相同的命令 2022-01-01
- 使用Heroku上托管的Selenium登录Instagram时,找不到元素';用户名'; 2022-01-01
- 如何将一个类的函数分成多个文件? 2022-01-01
- 沿轴计算直方图 2022-01-01