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
1.) Open or create a notebook in using jupyter lab
2.) Save a few cells and insert cell metadata for those cells
3.) Save notebook and close
4.) Open same notebook in vscode
5.) Execute those cells
Actual behavior
All cell metadata is deleted upon execution of the cell in vscode
Expected behavior
Cells should inherit the metadata originally entered.
I am not sure that matters. I can connect and run cells just fine. But the cell metadata is overwritten when executing the cells in vscode.
I did see this error in the console, but I'm not sure if it was related:
[E 13:27:18.397 LabApp] Notebook JSON is invalid: 'ename' is a required property
Failed validating 'required' in error:
On instance['cells'][0]['outputs'][0]:
{'evalue': 'Error: Failed to connect to remote Jupyter notebook.\r\n'
'Check that...',
'output_type': 'error'}
The text was updated successfully, but these errors were encountered:
@gitjeff05 We have fixed part of the issue, we now no longer add invalid metadata into the cells. I.e. the JSON is now valid when you attempt to open the notebook from Jupyter Notebooks/labs or similar.
Bug: Notebook Editor, Interactive Window, Editor cells
Steps to cause the bug to occur
1.) Open or create a notebook in using jupyter lab
2.) Save a few cells and insert cell metadata for those cells
3.) Save notebook and close
4.) Open same notebook in vscode
5.) Execute those cells
Actual behavior
All cell metadata is deleted upon execution of the cell in vscode
Expected behavior
Cells should inherit the metadata originally entered.
Your Jupyter and/or Python environment
Please provide as much info as you readily know
I am running this off of a docker container https://github.com/jupyter/docker-stacks/blob/master/scipy-notebook
I am not sure that matters. I can connect and run cells just fine. But the cell metadata is overwritten when executing the cells in vscode.
I did see this error in the console, but I'm not sure if it was related:
The text was updated successfully, but these errors were encountered: