File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
// Author: Omar.Zapata@cern .ch 2021
3
3
4
4
/**
5
- * This file containts the implementation for SwanFileBrowser and SwanFileBrowserModel classes.
5
+ * This file contains the implementation for SwanFileBrowser and SwanFileBrowserModel classes.
6
6
*
7
7
* Those classes are the replacement for the default FileBrowser and allows to
8
8
* manipulated the paths to check if the folder is a project or not and to set the proper kernel path.
9
+ *
10
+ * Modifications on this file:
11
+ * -> created the class SwanFileBrowserModel that extends from FilterFileBrowserModel
12
+ * -> created the class SwanFileBrowser extends from FileBrowser
13
+ *
14
+ * All new methods were implemented by us, take a look in the documentation below for every class and method for more details.
9
15
*/
10
16
11
17
import { FilterFileBrowserModel , FileBrowser } from '@jupyterlab/filebrowser' ;
You can’t perform that action at this time.
0 commit comments