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 0dc2b30 commit 2e7ad8aCopy full SHA for 2e7ad8a
javascript/src/api.ts
@@ -206,7 +206,7 @@ export interface ISharedNotebook extends ISharedDocument {
206
* @returns Notebook's metadata.
207
*/
208
getMetadata(key: string): PartialJSONValue | undefined;
209
-
+
210
/**
211
* Sets all metadata associated with the notebook.
212
*
@@ -215,7 +215,7 @@ export interface ISharedNotebook extends ISharedDocument {
215
setMetadata(
216
metadata: nbformat.INotebookMetadata,
217
): void;
218
219
220
* Sets a metadata associated with the notebook.
221
0 commit comments