All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Update react-chart-editor to version 0.35.6
Initial stable release of the jupyterlab-chart-editor
extension
for editing plotly charts in JupyterLab
- 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 theplotly.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.