jupyter-ra-extension 0.1.7__tar.gz → 0.1.8__tar.gz
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.
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/PKG-INFO +1 -1
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/jupyter_ra_extension/_version.py +1 -1
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/jupyter_ra_extension/labextension/build_log.json +102 -102
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/jupyter_ra_extension/labextension/package.json +1 -1
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/jupyter_ra_extension/labextension/schemas/jupyter-ra-extension/plugin.json +4 -0
- jupyter_ra_extension-0.1.7/jupyter_ra_extension/labextension/static/lib_index_js.ab6b323625c1c2fe5008.js → jupyter_ra_extension-0.1.8/jupyter_ra_extension/labextension/static/lib_index_js.5de0ceaf740ac2b05c7b.js +6 -1
- jupyter_ra_extension-0.1.8/jupyter_ra_extension/labextension/static/lib_index_js.5de0ceaf740ac2b05c7b.js.map +1 -0
- jupyter_ra_extension-0.1.7/jupyter_ra_extension/labextension/static/remoteEntry.e76c44817fa582ade173.js → jupyter_ra_extension-0.1.8/jupyter_ra_extension/labextension/static/remoteEntry.832c9e750f213d8985e7.js +7 -3
- jupyter_ra_extension-0.1.8/jupyter_ra_extension/labextension/static/remoteEntry.832c9e750f213d8985e7.js.map +1 -0
- jupyter_ra_extension-0.1.7/jupyter_ra_extension/labextension/static/style_index_js.4c89b9bac3e82b83d4e9.js → jupyter_ra_extension-0.1.8/jupyter_ra_extension/labextension/static/style_index_js.4108435bfb942cbb05f5.js +32 -32
- jupyter_ra_extension-0.1.8/jupyter_ra_extension/labextension/static/style_index_js.4108435bfb942cbb05f5.js.map +1 -0
- jupyter_ra_extension-0.1.8/package-lock.json +8137 -0
- jupyter_ra_extension-0.1.8/package.json +188 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/schema/plugin.json +4 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/src/index.ts +5 -0
- jupyter_ra_extension-0.1.8/venv/bin/Activate.ps1 +247 -0
- jupyter_ra_extension-0.1.8/venv/bin/activate +69 -0
- jupyter_ra_extension-0.1.8/venv/bin/activate.csh +26 -0
- jupyter_ra_extension-0.1.8/venv/bin/activate.fish +69 -0
- jupyter_ra_extension-0.1.8/venv/bin/pip +8 -0
- jupyter_ra_extension-0.1.8/venv/bin/pip3 +8 -0
- jupyter_ra_extension-0.1.8/venv/bin/pip3.10 +8 -0
- jupyter_ra_extension-0.1.8/venv/bin/pyproject-build +8 -0
- jupyter_ra_extension-0.1.8/venv/bin/python +1 -0
- jupyter_ra_extension-0.1.8/venv/bin/python3 +1 -0
- jupyter_ra_extension-0.1.8/venv/bin/python3.10 +1 -0
- jupyter_ra_extension-0.1.8/venv/pyvenv.cfg +3 -0
- jupyter_ra_extension-0.1.8/venv/share/jupyter/labextensions/jupyter-ra-extension/build_log.json +665 -0
- jupyter_ra_extension-0.1.8/venv/share/jupyter/labextensions/jupyter-ra-extension/install.json +5 -0
- jupyter_ra_extension-0.1.8/venv/share/jupyter/labextensions/jupyter-ra-extension/package.json +193 -0
- jupyter_ra_extension-0.1.8/venv/share/jupyter/labextensions/jupyter-ra-extension/schemas/jupyter-ra-extension/plugin.json +107 -0
- jupyter_ra_extension-0.1.8/venv/share/jupyter/labextensions/jupyter-ra-extension/static/lib_index_js.5de0ceaf740ac2b05c7b.js +157 -0
- jupyter_ra_extension-0.1.8/venv/share/jupyter/labextensions/jupyter-ra-extension/static/lib_index_js.5de0ceaf740ac2b05c7b.js.map +1 -0
- jupyter_ra_extension-0.1.8/venv/share/jupyter/labextensions/jupyter-ra-extension/static/remoteEntry.832c9e750f213d8985e7.js +562 -0
- jupyter_ra_extension-0.1.8/venv/share/jupyter/labextensions/jupyter-ra-extension/static/remoteEntry.832c9e750f213d8985e7.js.map +1 -0
- jupyter_ra_extension-0.1.8/venv/share/jupyter/labextensions/jupyter-ra-extension/static/style.js +4 -0
- jupyter_ra_extension-0.1.8/venv/share/jupyter/labextensions/jupyter-ra-extension/static/style_index_js.4108435bfb942cbb05f5.js +489 -0
- jupyter_ra_extension-0.1.8/venv/share/jupyter/labextensions/jupyter-ra-extension/static/style_index_js.4108435bfb942cbb05f5.js.map +1 -0
- jupyter_ra_extension-0.1.7/jupyter_ra_extension/labextension/static/lib_index_js.ab6b323625c1c2fe5008.js.map +0 -1
- jupyter_ra_extension-0.1.7/jupyter_ra_extension/labextension/static/remoteEntry.e76c44817fa582ade173.js.map +0 -1
- jupyter_ra_extension-0.1.7/jupyter_ra_extension/labextension/static/style_index_js.4c89b9bac3e82b83d4e9.js.map +0 -1
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/.gitignore +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/.prettierignore +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/.yarnrc.yml +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/CHANGELOG.md +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/LICENSE +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/README.md +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/RELEASE.md +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/install.json +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/jupyter_ra_extension/__init__.py +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/jupyter_ra_extension/labextension/schemas/jupyter-ra-extension/package.json.orig +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/jupyter_ra_extension/labextension/static/style.js +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/pyproject.toml +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/setup.py +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/style/base.css +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/style/index.css +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/style/index.js +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/tsconfig.json +0 -0
- /jupyter_ra_extension-0.1.7/package.json → /jupyter_ra_extension-0.1.8/venv/share/jupyter/labextensions/jupyter-ra-extension/schemas/jupyter-ra-extension/package.json.orig +0 -0
- {jupyter_ra_extension-0.1.7 → jupyter_ra_extension-0.1.8}/yarn.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: jupyter_ra_extension
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.8
|
|
4
4
|
Summary: Relational Algebra Symbols in Jupyter
|
|
5
5
|
Project-URL: Homepage, https://dbgit.prakinf.tu-ilmenau.de/ertr8623/jupyter-ra-extension
|
|
6
6
|
Project-URL: Bug Tracker, https://dbgit.prakinf.tu-ilmenau.de/ertr8623/jupyter-ra-extension/issues
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
{
|
|
11
11
|
"test": "/(?<!\\.raw)\\.css$/",
|
|
12
12
|
"use": [
|
|
13
|
-
"style-loader",
|
|
14
|
-
"css-loader"
|
|
13
|
+
"/home/eric/Schreibtisch/deleteme-ra/node_modules/style-loader/dist/cjs.js",
|
|
14
|
+
"/home/eric/Schreibtisch/deleteme-ra/node_modules/css-loader/dist/cjs.js"
|
|
15
15
|
]
|
|
16
16
|
},
|
|
17
17
|
{
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"test": "/\\.js$/",
|
|
82
82
|
"enforce": "pre",
|
|
83
83
|
"use": [
|
|
84
|
-
"source-map-loader"
|
|
84
|
+
"/home/eric/Schreibtisch/deleteme-ra/node_modules/@jupyterlab/builder/node_modules/source-map-loader/dist/cjs.js"
|
|
85
85
|
]
|
|
86
86
|
}
|
|
87
87
|
]
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
"url": false,
|
|
92
92
|
"buffer": false,
|
|
93
93
|
"crypto": false,
|
|
94
|
-
"path": "/
|
|
95
|
-
"process": "/
|
|
94
|
+
"path": "/home/eric/Schreibtisch/deleteme-ra/node_modules/path-browserify/index.js",
|
|
95
|
+
"process": "/home/eric/Schreibtisch/deleteme-ra/node_modules/process/browser.js"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"watchOptions": {
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"output": {
|
|
103
103
|
"hashFunction": "sha256",
|
|
104
104
|
"filename": "[name].[contenthash].js",
|
|
105
|
-
"path": "/
|
|
105
|
+
"path": "/home/eric/Schreibtisch/deleteme-ra/jupyter_ra_extension/labextension/static",
|
|
106
106
|
"publicPath": "auto"
|
|
107
107
|
},
|
|
108
108
|
"plugins": [
|
|
@@ -123,195 +123,195 @@
|
|
|
123
123
|
},
|
|
124
124
|
"filename": "remoteEntry.[contenthash].js",
|
|
125
125
|
"exposes": {
|
|
126
|
-
"./index": "/
|
|
127
|
-
"./extension": "/
|
|
128
|
-
"./style": "/
|
|
126
|
+
"./index": "/home/eric/Schreibtisch/deleteme-ra/lib/index.js",
|
|
127
|
+
"./extension": "/home/eric/Schreibtisch/deleteme-ra/lib/index.js",
|
|
128
|
+
"./style": "/home/eric/Schreibtisch/deleteme-ra/style/index.js"
|
|
129
129
|
},
|
|
130
130
|
"shared": {
|
|
131
131
|
"@jupyterlab/application": {
|
|
132
|
-
"requiredVersion": "^4.0.
|
|
132
|
+
"requiredVersion": "^4.0.11",
|
|
133
133
|
"import": false,
|
|
134
134
|
"singleton": true
|
|
135
135
|
},
|
|
136
136
|
"@jupyterlab/application-extension": {
|
|
137
|
-
"requiredVersion": "^4.0.
|
|
137
|
+
"requiredVersion": "^4.0.11",
|
|
138
138
|
"import": false
|
|
139
139
|
},
|
|
140
140
|
"@jupyterlab/apputils-extension": {
|
|
141
|
-
"requiredVersion": "^4.0.
|
|
141
|
+
"requiredVersion": "^4.0.11",
|
|
142
142
|
"import": false
|
|
143
143
|
},
|
|
144
144
|
"@jupyterlab/cell-toolbar-extension": {
|
|
145
|
-
"requiredVersion": "^4.0.
|
|
145
|
+
"requiredVersion": "^4.0.11",
|
|
146
146
|
"import": false
|
|
147
147
|
},
|
|
148
148
|
"@jupyterlab/celltags-extension": {
|
|
149
|
-
"requiredVersion": "^4.0.
|
|
149
|
+
"requiredVersion": "^4.0.11",
|
|
150
150
|
"import": false
|
|
151
151
|
},
|
|
152
152
|
"@jupyterlab/codemirror-extension": {
|
|
153
|
-
"requiredVersion": "^4.0.
|
|
153
|
+
"requiredVersion": "^4.0.11",
|
|
154
154
|
"import": false
|
|
155
155
|
},
|
|
156
156
|
"@jupyterlab/completer-extension": {
|
|
157
|
-
"requiredVersion": "^4.0.
|
|
157
|
+
"requiredVersion": "^4.0.11",
|
|
158
158
|
"import": false
|
|
159
159
|
},
|
|
160
160
|
"@jupyterlab/console-extension": {
|
|
161
|
-
"requiredVersion": "^4.0.
|
|
161
|
+
"requiredVersion": "^4.0.11",
|
|
162
162
|
"import": false
|
|
163
163
|
},
|
|
164
164
|
"@jupyterlab/coreutils": {
|
|
165
|
-
"requiredVersion": "^6.0.
|
|
165
|
+
"requiredVersion": "^6.0.11",
|
|
166
166
|
"import": false,
|
|
167
167
|
"singleton": true
|
|
168
168
|
},
|
|
169
169
|
"@jupyterlab/csvviewer-extension": {
|
|
170
|
-
"requiredVersion": "^4.0.
|
|
170
|
+
"requiredVersion": "^4.0.11",
|
|
171
171
|
"import": false
|
|
172
172
|
},
|
|
173
173
|
"@jupyterlab/debugger-extension": {
|
|
174
|
-
"requiredVersion": "^4.0.
|
|
174
|
+
"requiredVersion": "^4.0.11",
|
|
175
175
|
"import": false
|
|
176
176
|
},
|
|
177
177
|
"@jupyterlab/docmanager-extension": {
|
|
178
|
-
"requiredVersion": "^4.0.
|
|
178
|
+
"requiredVersion": "^4.0.11",
|
|
179
179
|
"import": false
|
|
180
180
|
},
|
|
181
181
|
"@jupyterlab/documentsearch-extension": {
|
|
182
|
-
"requiredVersion": "^4.0.
|
|
182
|
+
"requiredVersion": "^4.0.11",
|
|
183
183
|
"import": false
|
|
184
184
|
},
|
|
185
185
|
"@jupyterlab/extensionmanager-extension": {
|
|
186
|
-
"requiredVersion": "^4.0.
|
|
186
|
+
"requiredVersion": "^4.0.11",
|
|
187
187
|
"import": false
|
|
188
188
|
},
|
|
189
189
|
"@jupyterlab/filebrowser-extension": {
|
|
190
|
-
"requiredVersion": "^4.0.
|
|
190
|
+
"requiredVersion": "^4.0.11",
|
|
191
191
|
"import": false
|
|
192
192
|
},
|
|
193
193
|
"@jupyterlab/fileeditor-extension": {
|
|
194
|
-
"requiredVersion": "^4.0.
|
|
194
|
+
"requiredVersion": "^4.0.11",
|
|
195
195
|
"import": false
|
|
196
196
|
},
|
|
197
197
|
"@jupyterlab/help-extension": {
|
|
198
|
-
"requiredVersion": "^4.0.
|
|
198
|
+
"requiredVersion": "^4.0.11",
|
|
199
199
|
"import": false
|
|
200
200
|
},
|
|
201
201
|
"@jupyterlab/htmlviewer-extension": {
|
|
202
|
-
"requiredVersion": "^4.0.
|
|
202
|
+
"requiredVersion": "^4.0.11",
|
|
203
203
|
"import": false
|
|
204
204
|
},
|
|
205
205
|
"@jupyterlab/hub-extension": {
|
|
206
|
-
"requiredVersion": "^4.0.
|
|
206
|
+
"requiredVersion": "^4.0.11",
|
|
207
207
|
"import": false
|
|
208
208
|
},
|
|
209
209
|
"@jupyterlab/imageviewer-extension": {
|
|
210
|
-
"requiredVersion": "^4.0.
|
|
210
|
+
"requiredVersion": "^4.0.11",
|
|
211
211
|
"import": false
|
|
212
212
|
},
|
|
213
213
|
"@jupyterlab/inspector-extension": {
|
|
214
|
-
"requiredVersion": "^4.0.
|
|
214
|
+
"requiredVersion": "^4.0.11",
|
|
215
215
|
"import": false
|
|
216
216
|
},
|
|
217
217
|
"@jupyterlab/javascript-extension": {
|
|
218
|
-
"requiredVersion": "^4.0.
|
|
218
|
+
"requiredVersion": "^4.0.11",
|
|
219
219
|
"import": false
|
|
220
220
|
},
|
|
221
221
|
"@jupyterlab/json-extension": {
|
|
222
|
-
"requiredVersion": "^4.0.
|
|
222
|
+
"requiredVersion": "^4.0.11",
|
|
223
223
|
"import": false
|
|
224
224
|
},
|
|
225
225
|
"@jupyterlab/launcher-extension": {
|
|
226
|
-
"requiredVersion": "^4.0.
|
|
226
|
+
"requiredVersion": "^4.0.11",
|
|
227
227
|
"import": false
|
|
228
228
|
},
|
|
229
229
|
"@jupyterlab/logconsole-extension": {
|
|
230
|
-
"requiredVersion": "^4.0.
|
|
230
|
+
"requiredVersion": "^4.0.11",
|
|
231
231
|
"import": false
|
|
232
232
|
},
|
|
233
233
|
"@jupyterlab/lsp-extension": {
|
|
234
|
-
"requiredVersion": "^4.0.
|
|
234
|
+
"requiredVersion": "^4.0.11",
|
|
235
235
|
"import": false
|
|
236
236
|
},
|
|
237
237
|
"@jupyterlab/mainmenu-extension": {
|
|
238
|
-
"requiredVersion": "^4.0.
|
|
238
|
+
"requiredVersion": "^4.0.11",
|
|
239
239
|
"import": false
|
|
240
240
|
},
|
|
241
241
|
"@jupyterlab/markdownviewer-extension": {
|
|
242
|
-
"requiredVersion": "^4.0.
|
|
242
|
+
"requiredVersion": "^4.0.11",
|
|
243
243
|
"import": false
|
|
244
244
|
},
|
|
245
245
|
"@jupyterlab/markedparser-extension": {
|
|
246
|
-
"requiredVersion": "^4.0.
|
|
246
|
+
"requiredVersion": "^4.0.11",
|
|
247
247
|
"import": false
|
|
248
248
|
},
|
|
249
249
|
"@jupyterlab/mathjax-extension": {
|
|
250
|
-
"requiredVersion": "^4.0.
|
|
250
|
+
"requiredVersion": "^4.0.11",
|
|
251
251
|
"import": false
|
|
252
252
|
},
|
|
253
253
|
"@jupyterlab/metadataform-extension": {
|
|
254
|
-
"requiredVersion": "^4.0.
|
|
254
|
+
"requiredVersion": "^4.0.11",
|
|
255
255
|
"import": false
|
|
256
256
|
},
|
|
257
257
|
"@jupyterlab/notebook-extension": {
|
|
258
|
-
"requiredVersion": "^4.0.
|
|
258
|
+
"requiredVersion": "^4.0.11",
|
|
259
259
|
"import": false
|
|
260
260
|
},
|
|
261
261
|
"@jupyterlab/pdf-extension": {
|
|
262
|
-
"requiredVersion": "^4.0.
|
|
262
|
+
"requiredVersion": "^4.0.11",
|
|
263
263
|
"import": false
|
|
264
264
|
},
|
|
265
265
|
"@jupyterlab/rendermime-extension": {
|
|
266
|
-
"requiredVersion": "^4.0.
|
|
266
|
+
"requiredVersion": "^4.0.11",
|
|
267
267
|
"import": false
|
|
268
268
|
},
|
|
269
269
|
"@jupyterlab/running-extension": {
|
|
270
|
-
"requiredVersion": "^4.0.
|
|
270
|
+
"requiredVersion": "^4.0.11",
|
|
271
271
|
"import": false
|
|
272
272
|
},
|
|
273
273
|
"@jupyterlab/settingeditor-extension": {
|
|
274
|
-
"requiredVersion": "^4.0.
|
|
274
|
+
"requiredVersion": "^4.0.11",
|
|
275
275
|
"import": false
|
|
276
276
|
},
|
|
277
277
|
"@jupyterlab/shortcuts-extension": {
|
|
278
|
-
"requiredVersion": "^4.0.
|
|
278
|
+
"requiredVersion": "^4.0.11",
|
|
279
279
|
"import": false
|
|
280
280
|
},
|
|
281
281
|
"@jupyterlab/statusbar-extension": {
|
|
282
|
-
"requiredVersion": "^4.0.
|
|
282
|
+
"requiredVersion": "^4.0.11",
|
|
283
283
|
"import": false
|
|
284
284
|
},
|
|
285
285
|
"@jupyterlab/terminal-extension": {
|
|
286
|
-
"requiredVersion": "^4.0.
|
|
286
|
+
"requiredVersion": "^4.0.11",
|
|
287
287
|
"import": false
|
|
288
288
|
},
|
|
289
289
|
"@jupyterlab/theme-dark-extension": {
|
|
290
|
-
"requiredVersion": "^4.0.
|
|
290
|
+
"requiredVersion": "^4.0.11",
|
|
291
291
|
"import": false
|
|
292
292
|
},
|
|
293
293
|
"@jupyterlab/theme-light-extension": {
|
|
294
|
-
"requiredVersion": "^4.0.
|
|
294
|
+
"requiredVersion": "^4.0.11",
|
|
295
295
|
"import": false
|
|
296
296
|
},
|
|
297
297
|
"@jupyterlab/toc-extension": {
|
|
298
|
-
"requiredVersion": "^6.0.
|
|
298
|
+
"requiredVersion": "^6.0.11",
|
|
299
299
|
"import": false
|
|
300
300
|
},
|
|
301
301
|
"@jupyterlab/tooltip-extension": {
|
|
302
|
-
"requiredVersion": "^4.0.
|
|
302
|
+
"requiredVersion": "^4.0.11",
|
|
303
303
|
"import": false
|
|
304
304
|
},
|
|
305
305
|
"@jupyterlab/translation-extension": {
|
|
306
|
-
"requiredVersion": "^4.0.
|
|
306
|
+
"requiredVersion": "^4.0.11",
|
|
307
307
|
"import": false
|
|
308
308
|
},
|
|
309
309
|
"@jupyterlab/ui-components-extension": {
|
|
310
|
-
"requiredVersion": "^4.0.
|
|
310
|
+
"requiredVersion": "^4.0.11",
|
|
311
311
|
"import": false
|
|
312
312
|
},
|
|
313
313
|
"@jupyterlab/vega5-extension": {
|
|
314
|
-
"requiredVersion": "^4.0.
|
|
314
|
+
"requiredVersion": "^4.0.11",
|
|
315
315
|
"import": false
|
|
316
316
|
},
|
|
317
317
|
"@codemirror/language": {
|
|
@@ -330,221 +330,221 @@
|
|
|
330
330
|
"singleton": true
|
|
331
331
|
},
|
|
332
332
|
"@jupyter/ydoc": {
|
|
333
|
-
"requiredVersion": "^1.
|
|
333
|
+
"requiredVersion": "^1.1.1",
|
|
334
334
|
"import": false,
|
|
335
335
|
"singleton": true
|
|
336
336
|
},
|
|
337
337
|
"@jupyterlab/apputils": {
|
|
338
|
-
"requiredVersion": "^4.1.
|
|
338
|
+
"requiredVersion": "^4.1.11",
|
|
339
339
|
"import": false,
|
|
340
340
|
"singleton": true
|
|
341
341
|
},
|
|
342
342
|
"@jupyterlab/attachments": {
|
|
343
|
-
"requiredVersion": "^4.0.
|
|
343
|
+
"requiredVersion": "^4.0.11",
|
|
344
344
|
"import": false
|
|
345
345
|
},
|
|
346
346
|
"@jupyterlab/cell-toolbar": {
|
|
347
|
-
"requiredVersion": "^4.0.
|
|
347
|
+
"requiredVersion": "^4.0.11",
|
|
348
348
|
"import": false,
|
|
349
349
|
"singleton": true
|
|
350
350
|
},
|
|
351
351
|
"@jupyterlab/cells": {
|
|
352
|
-
"requiredVersion": "^4.0.
|
|
352
|
+
"requiredVersion": "^4.0.11",
|
|
353
353
|
"import": false
|
|
354
354
|
},
|
|
355
355
|
"@jupyterlab/codeeditor": {
|
|
356
|
-
"requiredVersion": "^4.0.
|
|
356
|
+
"requiredVersion": "^4.0.11",
|
|
357
357
|
"import": false,
|
|
358
358
|
"singleton": true
|
|
359
359
|
},
|
|
360
360
|
"@jupyterlab/codemirror": {
|
|
361
|
-
"requiredVersion": "^4.0.
|
|
361
|
+
"requiredVersion": "^4.0.11",
|
|
362
362
|
"import": false,
|
|
363
363
|
"singleton": true
|
|
364
364
|
},
|
|
365
365
|
"@jupyterlab/completer": {
|
|
366
|
-
"requiredVersion": "^4.0.
|
|
366
|
+
"requiredVersion": "^4.0.11",
|
|
367
367
|
"import": false,
|
|
368
368
|
"singleton": true
|
|
369
369
|
},
|
|
370
370
|
"@jupyterlab/console": {
|
|
371
|
-
"requiredVersion": "^4.0.
|
|
371
|
+
"requiredVersion": "^4.0.11",
|
|
372
372
|
"import": false,
|
|
373
373
|
"singleton": true
|
|
374
374
|
},
|
|
375
375
|
"@jupyterlab/csvviewer": {
|
|
376
|
-
"requiredVersion": "^4.0.
|
|
376
|
+
"requiredVersion": "^4.0.11",
|
|
377
377
|
"import": false
|
|
378
378
|
},
|
|
379
379
|
"@jupyterlab/debugger": {
|
|
380
|
-
"requiredVersion": "^4.0.
|
|
380
|
+
"requiredVersion": "^4.0.11",
|
|
381
381
|
"import": false,
|
|
382
382
|
"singleton": true
|
|
383
383
|
},
|
|
384
384
|
"@jupyterlab/docmanager": {
|
|
385
|
-
"requiredVersion": "^4.0.
|
|
385
|
+
"requiredVersion": "^4.0.11",
|
|
386
386
|
"import": false,
|
|
387
387
|
"singleton": true
|
|
388
388
|
},
|
|
389
389
|
"@jupyterlab/docregistry": {
|
|
390
|
-
"requiredVersion": "^4.0.
|
|
390
|
+
"requiredVersion": "^4.0.11",
|
|
391
391
|
"import": false
|
|
392
392
|
},
|
|
393
393
|
"@jupyterlab/documentsearch": {
|
|
394
|
-
"requiredVersion": "^4.0.
|
|
394
|
+
"requiredVersion": "^4.0.11",
|
|
395
395
|
"import": false,
|
|
396
396
|
"singleton": true
|
|
397
397
|
},
|
|
398
398
|
"@jupyterlab/extensionmanager": {
|
|
399
|
-
"requiredVersion": "^4.0.
|
|
399
|
+
"requiredVersion": "^4.0.11",
|
|
400
400
|
"import": false,
|
|
401
401
|
"singleton": true
|
|
402
402
|
},
|
|
403
403
|
"@jupyterlab/filebrowser": {
|
|
404
|
-
"requiredVersion": "^4.0.
|
|
404
|
+
"requiredVersion": "^4.0.11",
|
|
405
405
|
"import": false,
|
|
406
406
|
"singleton": true
|
|
407
407
|
},
|
|
408
408
|
"@jupyterlab/fileeditor": {
|
|
409
|
-
"requiredVersion": "^4.0.
|
|
409
|
+
"requiredVersion": "^4.0.11",
|
|
410
410
|
"import": false,
|
|
411
411
|
"singleton": true
|
|
412
412
|
},
|
|
413
413
|
"@jupyterlab/htmlviewer": {
|
|
414
|
-
"requiredVersion": "^4.0.
|
|
414
|
+
"requiredVersion": "^4.0.11",
|
|
415
415
|
"import": false,
|
|
416
416
|
"singleton": true
|
|
417
417
|
},
|
|
418
418
|
"@jupyterlab/imageviewer": {
|
|
419
|
-
"requiredVersion": "^4.0.
|
|
419
|
+
"requiredVersion": "^4.0.11",
|
|
420
420
|
"import": false,
|
|
421
421
|
"singleton": true
|
|
422
422
|
},
|
|
423
423
|
"@jupyterlab/inspector": {
|
|
424
|
-
"requiredVersion": "^4.0.
|
|
424
|
+
"requiredVersion": "^4.0.11",
|
|
425
425
|
"import": false,
|
|
426
426
|
"singleton": true
|
|
427
427
|
},
|
|
428
428
|
"@jupyterlab/launcher": {
|
|
429
|
-
"requiredVersion": "^4.0.
|
|
429
|
+
"requiredVersion": "^4.0.11",
|
|
430
430
|
"import": false,
|
|
431
431
|
"singleton": true
|
|
432
432
|
},
|
|
433
433
|
"@jupyterlab/logconsole": {
|
|
434
|
-
"requiredVersion": "^4.0.
|
|
434
|
+
"requiredVersion": "^4.0.11",
|
|
435
435
|
"import": false,
|
|
436
436
|
"singleton": true
|
|
437
437
|
},
|
|
438
438
|
"@jupyterlab/lsp": {
|
|
439
|
-
"requiredVersion": "^4.0.
|
|
439
|
+
"requiredVersion": "^4.0.11",
|
|
440
440
|
"import": false,
|
|
441
441
|
"singleton": true
|
|
442
442
|
},
|
|
443
443
|
"@jupyterlab/mainmenu": {
|
|
444
|
-
"requiredVersion": "^4.0.
|
|
444
|
+
"requiredVersion": "^4.0.11",
|
|
445
445
|
"import": false,
|
|
446
446
|
"singleton": true
|
|
447
447
|
},
|
|
448
448
|
"@jupyterlab/markdownviewer": {
|
|
449
|
-
"requiredVersion": "^4.0.
|
|
449
|
+
"requiredVersion": "^4.0.11",
|
|
450
450
|
"import": false,
|
|
451
451
|
"singleton": true
|
|
452
452
|
},
|
|
453
453
|
"@jupyterlab/metadataform": {
|
|
454
|
-
"requiredVersion": "^4.0.
|
|
454
|
+
"requiredVersion": "^4.0.11",
|
|
455
455
|
"import": false,
|
|
456
456
|
"singleton": true
|
|
457
457
|
},
|
|
458
458
|
"@jupyterlab/metapackage": {
|
|
459
|
-
"requiredVersion": "^4.0.
|
|
459
|
+
"requiredVersion": "^4.0.11",
|
|
460
460
|
"import": false
|
|
461
461
|
},
|
|
462
462
|
"@jupyterlab/nbconvert-css": {
|
|
463
|
-
"requiredVersion": "^4.0.
|
|
463
|
+
"requiredVersion": "^4.0.11",
|
|
464
464
|
"import": false
|
|
465
465
|
},
|
|
466
466
|
"@jupyterlab/nbformat": {
|
|
467
|
-
"requiredVersion": "^4.0.
|
|
467
|
+
"requiredVersion": "^4.0.11",
|
|
468
468
|
"import": false
|
|
469
469
|
},
|
|
470
470
|
"@jupyterlab/notebook": {
|
|
471
|
-
"requiredVersion": "^4.0.
|
|
471
|
+
"requiredVersion": "^4.0.11",
|
|
472
472
|
"import": false,
|
|
473
473
|
"singleton": true
|
|
474
474
|
},
|
|
475
475
|
"@jupyterlab/observables": {
|
|
476
|
-
"requiredVersion": "^5.0.
|
|
476
|
+
"requiredVersion": "^5.0.11",
|
|
477
477
|
"import": false
|
|
478
478
|
},
|
|
479
479
|
"@jupyterlab/outputarea": {
|
|
480
|
-
"requiredVersion": "^4.0.
|
|
480
|
+
"requiredVersion": "^4.0.11",
|
|
481
481
|
"import": false
|
|
482
482
|
},
|
|
483
483
|
"@jupyterlab/property-inspector": {
|
|
484
|
-
"requiredVersion": "^4.0.
|
|
484
|
+
"requiredVersion": "^4.0.11",
|
|
485
485
|
"import": false
|
|
486
486
|
},
|
|
487
487
|
"@jupyterlab/rendermime": {
|
|
488
|
-
"requiredVersion": "^4.0.
|
|
488
|
+
"requiredVersion": "^4.0.11",
|
|
489
489
|
"import": false,
|
|
490
490
|
"singleton": true
|
|
491
491
|
},
|
|
492
492
|
"@jupyterlab/rendermime-interfaces": {
|
|
493
|
-
"requiredVersion": "^3.8.
|
|
493
|
+
"requiredVersion": "^3.8.11",
|
|
494
494
|
"import": false,
|
|
495
495
|
"singleton": true
|
|
496
496
|
},
|
|
497
497
|
"@jupyterlab/running": {
|
|
498
|
-
"requiredVersion": "^4.0.
|
|
498
|
+
"requiredVersion": "^4.0.11",
|
|
499
499
|
"import": false
|
|
500
500
|
},
|
|
501
501
|
"@jupyterlab/services": {
|
|
502
|
-
"requiredVersion": "^7.0.
|
|
502
|
+
"requiredVersion": "^7.0.11",
|
|
503
503
|
"import": false,
|
|
504
504
|
"singleton": true
|
|
505
505
|
},
|
|
506
506
|
"@jupyterlab/settingeditor": {
|
|
507
|
-
"requiredVersion": "^4.0.
|
|
507
|
+
"requiredVersion": "^4.0.11",
|
|
508
508
|
"import": false,
|
|
509
509
|
"singleton": true
|
|
510
510
|
},
|
|
511
511
|
"@jupyterlab/settingregistry": {
|
|
512
|
-
"requiredVersion": "^4.0.
|
|
512
|
+
"requiredVersion": "^4.0.11",
|
|
513
513
|
"import": false,
|
|
514
514
|
"singleton": true
|
|
515
515
|
},
|
|
516
516
|
"@jupyterlab/statedb": {
|
|
517
|
-
"requiredVersion": "^4.0.
|
|
517
|
+
"requiredVersion": "^4.0.11",
|
|
518
518
|
"import": false,
|
|
519
519
|
"singleton": true
|
|
520
520
|
},
|
|
521
521
|
"@jupyterlab/statusbar": {
|
|
522
|
-
"requiredVersion": "^4.0.
|
|
522
|
+
"requiredVersion": "^4.0.11",
|
|
523
523
|
"import": false,
|
|
524
524
|
"singleton": true
|
|
525
525
|
},
|
|
526
526
|
"@jupyterlab/terminal": {
|
|
527
|
-
"requiredVersion": "^4.0.
|
|
527
|
+
"requiredVersion": "^4.0.11",
|
|
528
528
|
"import": false,
|
|
529
529
|
"singleton": true
|
|
530
530
|
},
|
|
531
531
|
"@jupyterlab/toc": {
|
|
532
|
-
"requiredVersion": "^6.0.
|
|
532
|
+
"requiredVersion": "^6.0.11",
|
|
533
533
|
"import": false,
|
|
534
534
|
"singleton": true
|
|
535
535
|
},
|
|
536
536
|
"@jupyterlab/tooltip": {
|
|
537
|
-
"requiredVersion": "^4.0.
|
|
537
|
+
"requiredVersion": "^4.0.11",
|
|
538
538
|
"import": false,
|
|
539
539
|
"singleton": true
|
|
540
540
|
},
|
|
541
541
|
"@jupyterlab/translation": {
|
|
542
|
-
"requiredVersion": "^4.0.
|
|
542
|
+
"requiredVersion": "^4.0.11",
|
|
543
543
|
"import": false,
|
|
544
544
|
"singleton": true
|
|
545
545
|
},
|
|
546
546
|
"@jupyterlab/ui-components": {
|
|
547
|
-
"requiredVersion": "^4.0.
|
|
547
|
+
"requiredVersion": "^4.0.11",
|
|
548
548
|
"import": false,
|
|
549
549
|
"singleton": true
|
|
550
550
|
},
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
"jupyter-ra-extension": {
|
|
652
652
|
"version": "0.1.7",
|
|
653
653
|
"singleton": true,
|
|
654
|
-
"import": "/
|
|
654
|
+
"import": "/home/eric/Schreibtisch/deleteme-ra/lib/index.js"
|
|
655
655
|
}
|
|
656
656
|
}
|
|
657
657
|
}
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"outputDir": "jupyter_ra_extension/labextension",
|
|
96
96
|
"schemaDir": "schema",
|
|
97
97
|
"_build": {
|
|
98
|
-
"load": "static/remoteEntry.
|
|
98
|
+
"load": "static/remoteEntry.832c9e750f213d8985e7.js",
|
|
99
99
|
"extension": "./extension",
|
|
100
100
|
"style": "./style"
|
|
101
101
|
}
|
|
@@ -79,6 +79,11 @@ const plugin = {
|
|
|
79
79
|
caption: 'Differenz:\nR \\ S',
|
|
80
80
|
execute: () => insertText('\\')
|
|
81
81
|
});
|
|
82
|
+
app.commands.addCommand('ratui:division', {
|
|
83
|
+
label: '÷',
|
|
84
|
+
caption: 'Division:\nR ÷ S',
|
|
85
|
+
execute: () => insertText('÷')
|
|
86
|
+
});
|
|
82
87
|
app.commands.addCommand('ratui:text2', {
|
|
83
88
|
label: '|',
|
|
84
89
|
isEnabled: () => false,
|
|
@@ -149,4 +154,4 @@ const plugin = {
|
|
|
149
154
|
/***/ })
|
|
150
155
|
|
|
151
156
|
}]);
|
|
152
|
-
//# sourceMappingURL=lib_index_js.
|
|
157
|
+
//# sourceMappingURL=lib_index_js.5de0ceaf740ac2b05c7b.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib_index_js.5de0ceaf740ac2b05c7b.js","mappings":"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","sources":["webpack://jupyter-ra-extension/./src/index.ts"],"sourcesContent":["import {\n JupyterFrontEnd,\n JupyterFrontEndPlugin\n} from '@jupyterlab/application';\nimport { INotebookTracker } from '@jupyterlab/notebook';\n\n/**\n * Initialization data for the jupyter-ra-extension extension.\n */\nconst plugin: JupyterFrontEndPlugin<void> = {\n id: 'jupyter-ra-extension:plugin',\n description: 'Relational Algebra Symbols in Jupyter',\n autoStart: true,\n requires: [INotebookTracker],\n activate: (app: JupyterFrontEnd, tracker: INotebookTracker) => {\n // send start message\n console.log('JupyterLab extension jupyter-ra-extension is activated!');\n\n // define helper functions\n const insertText = (text: string) => {\n const current = tracker.currentWidget;\n const notebook = current!.content;\n const activeCell = notebook.activeCell;\n\n activeCell!.editor!.replaceSelection!(text);\n };\n\n // register commands\n app.commands.addCommand('ratui:text1', {\n label: 'RA:',\n caption: 'Relationale Algebra',\n isEnabled: () => false,\n execute: () => {}\n });\n\n app.commands.addCommand('ratui:projection', {\n label: 'π',\n caption: 'Projektion:\\nπ a, b (R)\\nAlternativ: pi',\n execute: () => insertText('π')\n });\n app.commands.addCommand('ratui:selection', {\n label: 'σ',\n caption: 'Selektion:\\nσ a=1 (R)\\nAlternativ: sigma',\n execute: () => insertText('σ')\n });\n app.commands.addCommand('ratui:rename', {\n label: 'β',\n caption: 'Umbenennung:\\nβ a←b (R)\\nAlternativ: beta',\n execute: () => insertText('β')\n });\n app.commands.addCommand('ratui:cross', {\n label: '×',\n caption: 'Kreuzprodukt:\\nR × S',\n execute: () => insertText('×')\n });\n app.commands.addCommand('ratui:join', {\n label: '⋈',\n caption: 'Natürlicher Verbund:\\nR ⋈ S',\n execute: () => insertText('⋈')\n });\n app.commands.addCommand('ratui:union', {\n label: '∪',\n caption: 'Vereinigung:\\nR ∪ S',\n execute: () => insertText('∪')\n });\n app.commands.addCommand('ratui:intersection', {\n label: '∩',\n caption: 'Schnitt:\\nR ∩ S',\n execute: () => insertText('∩')\n });\n app.commands.addCommand('ratui:difference', {\n label: '\\\\',\n caption: 'Differenz:\\nR \\\\ S',\n execute: () => insertText('\\\\')\n });\n app.commands.addCommand('ratui:division', {\n label: '÷',\n caption: 'Division:\\nR ÷ S',\n execute: () => insertText('÷')\n });\n\n app.commands.addCommand('ratui:text2', {\n label: '|',\n isEnabled: () => false,\n execute: () => {}\n });\n\n app.commands.addCommand('ratui:arrowleft', {\n label: '←',\n caption: 'Alternativ: <-',\n execute: () => insertText('←')\n });\n\n app.commands.addCommand('ratui:text3', {\n label: '|',\n isEnabled: () => false,\n execute: () => {}\n });\n\n app.commands.addCommand('ratui:and', {\n label: '∧',\n caption: 'Alternativ: and',\n execute: () => insertText('∧')\n });\n app.commands.addCommand('ratui:or', {\n label: '∨',\n caption: 'Alternativ: or',\n execute: () => insertText('∨')\n });\n app.commands.addCommand('ratui:not', {\n label: '¬',\n caption: 'Alternativ: !',\n execute: () => insertText('¬')\n });\n\n app.commands.addCommand('ratui:text4', {\n label: '|',\n isEnabled: () => false,\n execute: () => {}\n });\n\n app.commands.addCommand('ratui:equal', {\n label: '=',\n execute: () => insertText('=')\n });\n app.commands.addCommand('ratui:unequal', {\n label: '≠',\n caption: 'Alternativ: !=',\n execute: () => insertText('≠')\n });\n app.commands.addCommand('ratui:lt', {\n label: '<',\n execute: () => insertText('<')\n });\n app.commands.addCommand('ratui:lte', {\n label: '≤',\n caption: 'Alternativ: <=',\n execute: () => insertText('≤')\n });\n app.commands.addCommand('ratui:gte', {\n label: '≥',\n caption: 'Alternativ: >=',\n execute: () => insertText('≥')\n });\n app.commands.addCommand('ratui:gt', {\n label: '>',\n execute: () => insertText('>')\n });\n }\n};\n\nexport default plugin;\n"],"names":[],"sourceRoot":""}
|