Skip to content

Commit b4c95b9

Browse files
committed
Remove the writable false as we are using a custom factory anyways
1 parent 4ef8a80 commit b4c95b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/notebook.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ export const notebookPlugin: JupyterFrontEndPlugin<void> = {
7070
await contents.save(filename, {
7171
content,
7272
format: 'json',
73-
type: 'notebook',
74-
writable: false
73+
type: 'notebook'
7574
});
7675

7776
await commands.execute('docmanager:open', {

0 commit comments

Comments
 (0)