Skip to content

v1.0.0

Compare
Choose a tag to compare
@jonmmease jonmmease released this 25 Oct 17:18
· 25 commits to master since this release

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.