@difizen/libro-jupyter 0.3.30 → 0.3.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/module-noeditor.d.ts.map +1 -1
- package/es/module-noeditor.js +2 -2
- package/es/module.d.ts.map +1 -1
- package/es/module.js +2 -2
- package/es/rendermime/module.d.ts +2 -1
- package/es/rendermime/module.d.ts.map +1 -1
- package/es/rendermime/module.js +2 -1
- package/package.json +17 -17
- package/src/module-noeditor.ts +3 -2
- package/src/module.ts +3 -2
- package/src/rendermime/module.ts +4 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module-noeditor.d.ts","sourceRoot":"","sources":["../src/module-noeditor.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAiC/C;;GAEG;AACH,eAAO,MAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"module-noeditor.d.ts","sourceRoot":"","sources":["../src/module-noeditor.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAiC/C;;GAEG;AACH,eAAO,MAAM,0BAA0B,YAwDpC,CAAC"}
|
package/es/module-noeditor.js
CHANGED
|
@@ -23,7 +23,7 @@ import { KernelStatusAndSelectorProvider } from "./libro-jupyter-protocol.js";
|
|
|
23
23
|
import { JupyterServerLaunchManager } from "./libro-jupyter-server-launch-manager.js";
|
|
24
24
|
import { LibroJupyterView } from "./libro-jupyter-view.js";
|
|
25
25
|
import { LibroJupyterOutputArea } from "./output/index.js";
|
|
26
|
-
import {
|
|
26
|
+
import { PlotlyModule, ImageUrlMimeModule } from "./rendermime/index.js";
|
|
27
27
|
import { LibroJupyterColorContribution } from "./theme/index.js";
|
|
28
28
|
import { KernelStatusSelector, LibroJupyterToolbarContribution, SaveFileErrorContribution } from "./toolbar/index.js";
|
|
29
29
|
import { WidgetModule } from "./widget/index.js";
|
|
@@ -51,4 +51,4 @@ export var LibroJupyterNoEditorModule = ManaModule.create().register(LibroJupyte
|
|
|
51
51
|
useClass: JupyterCodeCellView
|
|
52
52
|
}).dependOn(LibroModule, CodeCellModule, MarkdownCellModule, RawCellModule, StreamOutputModule, ErrorOutputModule, DisplayDataOutputModule, LibroToolbarModule, LibroKernelManageModule, LibroSearchModule, SearchCodeCellModule, LibroAddCellModule,
|
|
53
53
|
// custom module
|
|
54
|
-
LibroBetweenCellModule, KeybindInstructionsModule,
|
|
54
|
+
LibroBetweenCellModule, KeybindInstructionsModule, PlotlyModule, ImageUrlMimeModule, LibroJupyterFileModule, WidgetModule);
|
package/es/module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"AA2BA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAkC/C;;GAEG;AACH,eAAO,MAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"AA2BA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAkC/C;;GAEG;AACH,eAAO,MAAM,0BAA0B,YAwDpC,CAAC;AAEJ,eAAO,MAAM,kBAAkB,YAO5B,CAAC"}
|
package/es/module.js
CHANGED
|
@@ -27,7 +27,7 @@ import { JupyterServerLaunchManager } from "./libro-jupyter-server-launch-manage
|
|
|
27
27
|
import { LibroJupyterView } from "./libro-jupyter-view.js";
|
|
28
28
|
import { JupyterWorkspaceService } from "./libro-jupyter-workspace.js";
|
|
29
29
|
import { LibroJupyterOutputArea } from "./output/index.js";
|
|
30
|
-
import {
|
|
30
|
+
import { PlotlyModule, ImageUrlMimeModule } from "./rendermime/index.js";
|
|
31
31
|
import { LibroJupyterColorContribution } from "./theme/index.js";
|
|
32
32
|
import { KernelStatusSelector, LibroJupyterToolbarContribution, SaveFileErrorContribution } from "./toolbar/index.js";
|
|
33
33
|
import { WidgetModule } from "./widget/index.js";
|
|
@@ -55,5 +55,5 @@ export var LibroJupyterNoEditorModule = ManaModule.create().register(LibroJupyte
|
|
|
55
55
|
useClass: JupyterCodeCellView
|
|
56
56
|
}).dependOn(LibroModule, CodeCellModule, MarkdownCellModule, RawCellModule, StreamOutputModule, ErrorOutputModule, DisplayDataOutputModule, LibroToolbarModule, LibroKernelManageModule, LibroSearchModule, SearchCodeCellModule, LibroAddCellModule,
|
|
57
57
|
// custom module
|
|
58
|
-
LibroBetweenCellModule, KeybindInstructionsModule,
|
|
58
|
+
LibroBetweenCellModule, KeybindInstructionsModule, PlotlyModule, ImageUrlMimeModule, LibroJupyterFileModule, WidgetModule);
|
|
59
59
|
export var LibroJupyterModule = ManaModule.create().register(JupyterWorkspaceService).dependOn(LibroE2EditorModule, CodeMirrorEditorModule, LibroJupyterNoEditorModule, LibroLanguageClientModule);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/rendermime/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAK/C,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/rendermime/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAK/C,eAAO,MAAM,YAAY,YAExB,CAAC;AAEF,eAAO,MAAM,kBAAkB,YAE9B,CAAC"}
|
package/es/rendermime/module.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ManaModule } from '@difizen/mana-app';
|
|
2
2
|
import { LibroImageUrlMimeTypeContribution } from "./image-url/image-url-rendermime-contribution.js";
|
|
3
3
|
import { LibroPlotlyMimeTypeContribution } from "./ploty/plotly-rendermime-contribution.js";
|
|
4
|
-
export var
|
|
4
|
+
export var PlotlyModule = ManaModule.create().register(LibroPlotlyMimeTypeContribution);
|
|
5
|
+
export var ImageUrlMimeModule = ManaModule.create().register(LibroImageUrlMimeTypeContribution);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@difizen/libro-jupyter",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.31",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"libro"
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@ant-design/colors": "^7.0.0",
|
|
39
39
|
"@ant-design/icons": "^5.1.0",
|
|
40
|
-
"@difizen/libro-code-cell": "^0.3.
|
|
41
|
-
"@difizen/libro-code-editor": "^0.3.
|
|
42
|
-
"@difizen/libro-codemirror": "^0.3.
|
|
43
|
-
"@difizen/libro-cofine-editor": "^0.3.
|
|
44
|
-
"@difizen/libro-common": "^0.3.
|
|
45
|
-
"@difizen/libro-core": "^0.3.
|
|
46
|
-
"@difizen/libro-kernel": "^0.3.
|
|
47
|
-
"@difizen/libro-l10n": "^0.3.
|
|
48
|
-
"@difizen/libro-language-client": "^0.3.
|
|
49
|
-
"@difizen/libro-lsp": "^0.3.
|
|
50
|
-
"@difizen/libro-markdown-cell": "^0.3.
|
|
51
|
-
"@difizen/libro-output": "^0.3.
|
|
52
|
-
"@difizen/libro-raw-cell": "^0.3.
|
|
53
|
-
"@difizen/libro-rendermime": "^0.3.
|
|
54
|
-
"@difizen/libro-search": "^0.3.
|
|
55
|
-
"@difizen/libro-search-code-cell": "^0.3.
|
|
40
|
+
"@difizen/libro-code-cell": "^0.3.31",
|
|
41
|
+
"@difizen/libro-code-editor": "^0.3.31",
|
|
42
|
+
"@difizen/libro-codemirror": "^0.3.31",
|
|
43
|
+
"@difizen/libro-cofine-editor": "^0.3.31",
|
|
44
|
+
"@difizen/libro-common": "^0.3.31",
|
|
45
|
+
"@difizen/libro-core": "^0.3.31",
|
|
46
|
+
"@difizen/libro-kernel": "^0.3.31",
|
|
47
|
+
"@difizen/libro-l10n": "^0.3.31",
|
|
48
|
+
"@difizen/libro-language-client": "^0.3.31",
|
|
49
|
+
"@difizen/libro-lsp": "^0.3.31",
|
|
50
|
+
"@difizen/libro-markdown-cell": "^0.3.31",
|
|
51
|
+
"@difizen/libro-output": "^0.3.31",
|
|
52
|
+
"@difizen/libro-raw-cell": "^0.3.31",
|
|
53
|
+
"@difizen/libro-rendermime": "^0.3.31",
|
|
54
|
+
"@difizen/libro-search": "^0.3.31",
|
|
55
|
+
"@difizen/libro-search-code-cell": "^0.3.31",
|
|
56
56
|
"@difizen/mana-app": "latest",
|
|
57
57
|
"@difizen/mana-l10n": "latest",
|
|
58
58
|
"classnames": "^2.3.2",
|
package/src/module-noeditor.ts
CHANGED
|
@@ -46,7 +46,7 @@ import { KernelStatusAndSelectorProvider } from './libro-jupyter-protocol.js';
|
|
|
46
46
|
import { JupyterServerLaunchManager } from './libro-jupyter-server-launch-manager.js';
|
|
47
47
|
import { LibroJupyterView } from './libro-jupyter-view.js';
|
|
48
48
|
import { LibroJupyterOutputArea } from './output/index.js';
|
|
49
|
-
import {
|
|
49
|
+
import { PlotlyModule, ImageUrlMimeModule } from './rendermime/index.js';
|
|
50
50
|
import { LibroJupyterColorContribution } from './theme/index.js';
|
|
51
51
|
import {
|
|
52
52
|
KernelStatusSelector,
|
|
@@ -110,7 +110,8 @@ export const LibroJupyterNoEditorModule = ManaModule.create()
|
|
|
110
110
|
// custom module
|
|
111
111
|
LibroBetweenCellModule,
|
|
112
112
|
KeybindInstructionsModule,
|
|
113
|
-
|
|
113
|
+
PlotlyModule,
|
|
114
|
+
ImageUrlMimeModule,
|
|
114
115
|
LibroJupyterFileModule,
|
|
115
116
|
WidgetModule,
|
|
116
117
|
);
|
package/src/module.ts
CHANGED
|
@@ -50,7 +50,7 @@ import { JupyterServerLaunchManager } from './libro-jupyter-server-launch-manage
|
|
|
50
50
|
import { LibroJupyterView } from './libro-jupyter-view.js';
|
|
51
51
|
import { JupyterWorkspaceService } from './libro-jupyter-workspace.js';
|
|
52
52
|
import { LibroJupyterOutputArea } from './output/index.js';
|
|
53
|
-
import {
|
|
53
|
+
import { PlotlyModule, ImageUrlMimeModule } from './rendermime/index.js';
|
|
54
54
|
import { LibroJupyterColorContribution } from './theme/index.js';
|
|
55
55
|
import {
|
|
56
56
|
KernelStatusSelector,
|
|
@@ -114,7 +114,8 @@ export const LibroJupyterNoEditorModule = ManaModule.create()
|
|
|
114
114
|
// custom module
|
|
115
115
|
LibroBetweenCellModule,
|
|
116
116
|
KeybindInstructionsModule,
|
|
117
|
-
|
|
117
|
+
PlotlyModule,
|
|
118
|
+
ImageUrlMimeModule,
|
|
118
119
|
LibroJupyterFileModule,
|
|
119
120
|
WidgetModule,
|
|
120
121
|
);
|
package/src/rendermime/module.ts
CHANGED
|
@@ -3,7 +3,10 @@ import { ManaModule } from '@difizen/mana-app';
|
|
|
3
3
|
import { LibroImageUrlMimeTypeContribution } from './image-url/image-url-rendermime-contribution.js';
|
|
4
4
|
import { LibroPlotlyMimeTypeContribution } from './ploty/plotly-rendermime-contribution.js';
|
|
5
5
|
|
|
6
|
-
export const
|
|
6
|
+
export const PlotlyModule = ManaModule.create().register(
|
|
7
7
|
LibroPlotlyMimeTypeContribution,
|
|
8
|
+
);
|
|
9
|
+
|
|
10
|
+
export const ImageUrlMimeModule = ManaModule.create().register(
|
|
8
11
|
LibroImageUrlMimeTypeContribution,
|
|
9
12
|
);
|