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 76df410 commit 6a3eac1Copy full SHA for 6a3eac1
src/index.ts
@@ -42,7 +42,9 @@ const plugin: JupyterFrontEndPlugin<void> = {
42
serviceManager.contents.addDrive(drive);
43
44
const widget = createFileBrowser('jp-filesystem-browser', {
45
- driveName: drive.name
+ driveName: drive.name,
46
+ // We don't want to restore old state, we don't have a drive handle ready
47
+ restore: false
48
});
49
widget.title.caption = trans.__('Local File System');
50
widget.title.icon = listIcon;
0 commit comments