Skip to content

Releases: plotly/jupyterlab-chart-editor

v4.14.3

10 Mar 20:57
Compare
Choose a tag to compare

Matches plotly.py 4.14.3 and plotly.js 1.58.4. This version includes various bug and security fixes.

Note: this version is compatible with JupyterLab 2.x and 3.x!

v4.10.0

10 Mar 19:30
Compare
Choose a tag to compare

Matches plotly.py 4.9.0 and plotly.js 1.55.2. This version includes various bug and security fixes.

Note: this version is compatible with JupyterLab 2.x but not 3.x!

v4.9.0

16 Jul 14:06
Compare
Choose a tag to compare

Matches plotly.py 4.9.0 and plotly.js 1.54.6. This version includes various bug and security fixes.

v4.8.2

26 Jun 19:44
Compare
Choose a tag to compare
  • Matches plotly.py 4.8.2 and plotly.js 1.54.5. This version includes various bug and security fixes.

v1.0.0

25 Oct 17:18
Compare
Choose a tag to compare

1.0.0 - 2018-10-25

Initial stable release of the jupyterlab-chart-editor extension
for editing plotly charts in JupyterLab

Added

  • Extension registers itself as a mime-type renderer for files with the
    '.plotly' and '.plotly.json' extension. These files can be created from
    Python using the plotly.io.write_json function in
    plotly.py version 3.3.0+.
  • Edited charts can be saved back to the same file, or saved as a new file
    using the standard "File->Save" and "File->Save As" menu commands.

v0.1.0

06 Mar 21:01
640696e
Compare
Choose a tag to compare

Initial working implementation