You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notebook JSON is invalid: {'x': [1, 2, 3], 'y': [3, 1, 6], 'type': 'scatter', 'uid': '22e994e2-b776-11e8-800b-8c8590492a0e'} is not valid under any of the given schemas
Failed validating 'oneOf' in display_data['properties']['data']['additionalProperties']:
On instance['cells'][0]['outputs'][1]['data']['0']:
{'type': 'scatter',
'uid': '22e994e2-b776-11e8-800b-8c8590492a0e',
'x': [1, 2, 3],
'y': [3, 1, 6]}
The saved notebook still works, but the Plotly plots are now still images (I guess some type of png).
This issue is not reproduced using a normal Jupyter notebook. Also opening a saved notebook with the normal Jupyter works (i.e. Plotly plots are interactive and not png), but saving this same notebook in the Jupyter lab env causes the issue.
Thanks !
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
Using the Plotly extension for Jupiter lab works fine but when I save the notebook, a JSON error happen stating that is invalid.
The example I ran in a Jupiter lab notebook:
Here is the error when saving the notebook
The saved notebook still works, but the Plotly plots are now still images (I guess some type of png).
This issue is not reproduced using a normal Jupyter notebook. Also opening a saved notebook with the normal Jupyter works (i.e. Plotly plots are interactive and not png), but saving this same notebook in the Jupyter lab env causes the issue.
Thanks !
The text was updated successfully, but these errors were encountered: