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
This prevents having to carry ICell around,
as we end up having to expose Jupyter cell types around.
Simpler and better to use the NoetbookCellData instead
DonJayamanne
changed the title
Drop ICell in favour of NotebookCellData
Drop ICell in favour of NotebookCellData and built in ipynb serializer to convert NotebookData to ipynb JSON
Mar 18, 2024
Consider using an extension point from ipynb provider,
We already have a methdo exportNotebook, created 3 years ago, we shoudl use that
That would result in less code duplication for genrating ipynb from a list of Cells.
DonJayamanne
changed the title
Drop ICell in favour of NotebookCellData and built in ipynb serializer to convert NotebookData to ipynb JSON
Use built in ipynb serializer to convert NotebookData to ipynb
Mar 18, 2024
This prevents having to carry ICell around,
as we end up having to expose Jupyter cell types around.
Simpler and better to use the NoetbookCellData instead
For microsoft/vscode#205637
The text was updated successfully, but these errors were encountered: