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 issue is a high level summary of all notebook API discussions. It should provide an overview of how stable or unstable certain areas of the API are and where to expect major or minor changes.
We have no explicit execution model. Today, we use a combination of metadata properties for this, e.g. NotebookCellMetadata#runState: Notebook cell execution model #105847
Loose differentiation between code cells and markdown cells, e.g what does NotebookCellMetadata#outputCollapsed mean for markdown? Code cell vs markdown cell #105933
We should try to separate view state (folding, collapsing, etc) from metadata
This issue is a high level summary of all notebook API discussions. It should provide an overview of how stable or unstable certain areas of the API are and where to expect major or minor changes.
Issues labeled with
notebook
andapi
are on our radar https://github.com/microsoft/vscode/issues?q=is%3Aopen+label%3Anotebook+label%3Aapi. The following is a subset of those issues grouped by the area into which they fallNotebook execution
NotebookCellMetadata#runState
: Notebook cell execution model #105847Notebook output
CellErrorOutput
not a special mime-type?, Simplify notebook cell output API #107424[Notebook|Cell]-Metadata
NotebookCellMetadata#outputCollapsed
mean for markdown? Code cell vs markdown cell #105933NotebookCellMetadata#runnable
mean in a world of different kernels, Run info in notebook metadata #106747languages
currently are defined by content providers by readingmetadata#language_info
in the file. However this info is updated by connected kernel. Explore API implications for allowing multiple notebook extensions to share the same file format #106694 (comment)NotebookEditor
The text was updated successfully, but these errors were encountered: