Notebook views UI 2 (#15865)

Provide access to the Notebook Views UI. Feature is hidden behind a feature flag.

Co-authored-by: rkselfhost <rkselfhost@outlook.com>
This commit is contained in:
Daniel Grajeda
2021-08-17 15:15:28 -06:00
committed by GitHub
parent 82576e54a4
commit 640c6f30f4
29 changed files with 989 additions and 140 deletions

View File

@@ -45,8 +45,10 @@ export enum NotebookChangeType {
MetadataChanged,
TrustChanged,
Saved,
CellExecutionStarted,
CellExecuted,
CellInputVisibilityChanged,
CellAwaitingInput,
CellOutputCleared,
CellMetadataUpdated
}