mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
Include @jupyterlab/markedparser-extension
This commit is contained in:
parent
cf62e9fbd6
commit
b0b4431acd
@ -125,6 +125,7 @@ async function main() {
|
||||
['@jupyterlab/fileeditor-extension:plugin'].includes(id)
|
||||
),
|
||||
require('@jupyterlab/mainmenu-extension'),
|
||||
require('@jupyterlab/markedparser-extension'),
|
||||
require('@jupyterlab/mathjax2-extension'),
|
||||
require('@jupyterlab/notebook-extension').default.filter(({ id }) =>
|
||||
[
|
||||
|
@ -48,6 +48,7 @@
|
||||
"@jupyterlab/json-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/mainmenu": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.6",
|
||||
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/notebook": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/notebook-extension": "~4.0.0-alpha.7",
|
||||
@ -90,7 +91,7 @@
|
||||
"@lumino/widgets": "~1.31.1",
|
||||
"react": "~17.0.2",
|
||||
"react-dom": "~17.0.2",
|
||||
"yjs": "~13.5.27"
|
||||
"yjs": "~13.5.28"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.1",
|
||||
@ -119,6 +120,7 @@
|
||||
"@jupyterlab/javascript-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/json-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.6",
|
||||
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/notebook-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/pdf-extension": "^4.0.0-alpha.7",
|
||||
|
@ -322,7 +322,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.7.12"
|
||||
"version": "3.10.2"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
Loading…
Reference in New Issue
Block a user