We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538cab6 commit 2b1df54Copy full SHA for 2b1df54
javascript/src/api.ts
@@ -297,7 +297,7 @@ export interface ISharedNotebook extends ISharedDocument {
297
298
/**
299
* Override the notebook with a JSON-serialized document.
300
- *
+ *
301
* @param value The notebook
302
*/
303
fromJSON(value: nbformat.INotebookContent): void;
javascript/src/ymodels.ts
@@ -1526,7 +1526,7 @@ export class YNotebook
1526
1527
1528
1529
1530
1531
1532
fromJSON(value: nbformat.INotebookContent): void {
0 commit comments