File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,6 @@ namespace CommandIDs {
2626 export const toggleBrowser = 'drives:toggle-main' ;
2727}
2828
29- /**
30- * Initialization data for the @jupyter/drives extension.
31- */
32- const plugin : JupyterFrontEndPlugin < void > = {
33- id : '@jupyter/drives:plugin' ,
34- description : 'A Jupyter extension to support drives in the backend.' ,
35- autoStart : true ,
36- activate : ( app : JupyterFrontEnd ) => {
37- console . log ( 'JupyterLab extension @jupyter/drives is activated!' ) ;
38- }
39- } ;
40-
4129const openDriveDialogPlugin : JupyterFrontEndPlugin < void > = {
4230 id : '@jupyter/drives:widget' ,
4331 description : 'Open a dialog to select drives to be added in the filebrowser.' ,
@@ -202,7 +190,6 @@ const driveFileBrowser: JupyterFrontEndPlugin<void> = {
202190} ;
203191
204192const plugins : JupyterFrontEndPlugin < any > [ ] = [
205- plugin ,
206193 driveFileBrowser ,
207194 openDriveDialogPlugin
208195] ;
You can’t perform that action at this time.
0 commit comments