File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
jupytergis_core/src/jgisplugin Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1- import {
2- ICollaborativeContentProvider ,
3- SharedDocumentFactory ,
4- } from '@jupyter/collaborative-drive' ;
1+ import { ICollaborativeContentProvider } from '@jupyter/collaborative-drive' ;
52import { CommandIDs , logoIcon , logoMiniIcon } from '@jupytergis/base' ;
63import {
74 IAnnotationModel ,
@@ -32,6 +29,7 @@ import { MimeDocumentFactory } from '@jupyterlab/docregistry';
3229import { IFileBrowserFactory } from '@jupyterlab/filebrowser' ;
3330import { ILauncher } from '@jupyterlab/launcher' ;
3431import { IRenderMimeRegistry } from '@jupyterlab/rendermime' ;
32+ import { SharedDocumentFactory } from '@jupyterlab/services' ;
3533import { ISettingRegistry } from '@jupyterlab/settingregistry' ;
3634import { IStateDB } from '@jupyterlab/statedb' ;
3735
Original file line number Diff line number Diff line change 1- import {
2- ICollaborativeContentProvider ,
3- SharedDocumentFactory ,
4- } from '@jupyter/collaborative-drive' ;
1+ import { ICollaborativeContentProvider } from '@jupyter/collaborative-drive' ;
52import {
63 JupyterGISDocumentWidget ,
74 logoMiniIcon ,
@@ -37,6 +34,7 @@ import { IEditorServices } from '@jupyterlab/codeeditor';
3734import { ConsolePanel , IConsoleTracker } from '@jupyterlab/console' ;
3835import { PathExt } from '@jupyterlab/coreutils' ;
3936import { IRenderMimeRegistry } from '@jupyterlab/rendermime' ;
37+ import { SharedDocumentFactory } from '@jupyterlab/services' ;
4038import { ISettingRegistry } from '@jupyterlab/settingregistry' ;
4139import { IStateDB } from '@jupyterlab/statedb' ;
4240import { Widget } from '@lumino/widgets' ;
You can’t perform that action at this time.
0 commit comments