文件名称:jupyterlab-chart-editor:用于Plotly的react-chart-editor的JupyterLab扩展
文件大小:2.61MB
文件格式:ZIP
更新时间:2024-05-26 08:23:29
TypeScript
jupyterlab图表编辑器 一个JupyterLab扩展,用于基于编辑Plotly图表 先决条件 JupyterLab> = 1.2 plotly.py> = 4.4 安装 jupyter labextension install jupyterlab-chart-editor 用法 创建并显示图形 import plotly . graph_objs as go import plotly . io as pio fig = go . Figure () fig . add_scatter ( y = [ 2 , 4 , 3 , 2.5 ]) fig . show () 将图写入JSON pio . write_json ( fig , 'scatter.plotly' ) 在文件菜单上右键单击scatter.plotly ,然后使用“ Plotly Editor”打开。
【文件预览】:
jupyterlab-chart-editor-master
----style()
--------plotly.svg(1KB)
--------index.css(926B)
----.gitignore(57B)
----package.json(2KB)
----tslint.json(117B)
----requirements.txt(64B)
----src()
--------component.tsx(2KB)
--------lib.d.ts(818B)
--------index.tsx(3KB)
----postBuild(147B)
----CONTRIBUTING.md(762B)
----CHANGELOG.md(871B)
----tsconfig.json(502B)
----.github()
--------FUNDING.yml(53B)
----notebooks()
--------ChartEditorExample.gif(2.58MB)
--------scatter.png(29KB)
--------scatter.plotly(57B)
--------scatter-styled.png(36KB)
--------SavePlotlyFigure.ipynb(3KB)
--------scatter-styled.plotly(775B)
----README.md(1KB)
----.prettierrc(25B)
----yarn.lock(193KB)