Skip to content

Commit

Permalink
Add cell-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Oct 24, 2024
1 parent eeed150 commit 43dedca
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 4 deletions.
6 changes: 5 additions & 1 deletion e2xgrader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ def _jupyter_labextension_paths():
{
"src": "static/labextensions/@e2xgrader/labextension",
"dest": "@e2xgrader/labextension",
}
},
{
"src": "static/labextensions/@e2xgrader/cell-extension",
"dest": "@e2xgrader/cell-extension",
},
]


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"stylelint:check": "lerna run stylelint:check",
"test": "jest --coverage",
"watch": "run-p watch:labextension",
"watch:labextension": "lerna exec --stream --scope @e2xgrader/labextension -- jlpm watch"
"watch:labextension": "lerna exec --stream --scope @e2xgrader/labextension --scope @e2xgrader/cell-extension -- jlpm watch"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ include = ["/e2xgrader"]
[tool.hatch.build.targets.wheel.shared-data]
"etc/jupyter/jupyter_server_config.d" = "etc/jupyter/jupyter_server_config.d"
"e2xgrader/static/labextensions/@e2xgrader/labextension" = "share/jupyter/labextensions/@e2xgrader/labextension"
"e2xgrader/static/labextensions/@e2xgrader/cell-extension" = "share/jupyter/labextensions/@e2xgrader/cell-extension"
"install.json" = "share/jupyter/labextensions/@e2xgrader/labextension/install.json"

[tool.jupyter-releaser.options]
Expand Down
76 changes: 74 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1603,13 +1603,50 @@ __metadata:
languageName: node
linkType: hard

"@e2xgrader/cell-extension@workspace:packages/cell-extension":
version: 0.0.0-use.local
resolution: "@e2xgrader/cell-extension@workspace:packages/cell-extension"
dependencies:
"@e2xgrader/cells": ^0.1.0
"@e2xgrader/settings": ^0.1.0
"@jupyterlab/application": ^4.0.0
"@jupyterlab/builder": ^4.0.0
"@jupyterlab/cells": ^4.2.5
"@jupyterlab/notebook": ^4.2.5
"@jupyterlab/settingregistry": ^4.0.0
"@jupyterlab/testutils": ^4.0.0
"@types/jest": ^29.2.0
"@types/json-schema": ^7.0.11
"@types/react": ^18.0.26
"@types/react-addons-linked-state-mixin": ^0.14.22
"@typescript-eslint/eslint-plugin": ^6.1.0
"@typescript-eslint/parser": ^6.1.0
css-loader: ^6.7.1
eslint: ^8.36.0
eslint-config-prettier: ^8.8.0
eslint-plugin-prettier: ^5.0.0
jest: ^29.2.0
npm-run-all: ^4.1.5
prettier: ^3.0.0
rimraf: ^5.0.1
source-map-loader: ^1.0.2
style-loader: ^3.3.1
stylelint: ^15.10.1
stylelint-config-recommended: ^13.0.0
stylelint-config-standard: ^34.0.0
stylelint-csstree-validator: ^3.0.0
stylelint-prettier: ^4.0.0
typescript: ~5.0.2
yjs: ^13.5.0
languageName: unknown
linkType: soft

"@e2xgrader/cells@^0.1.0, @e2xgrader/cells@workspace:packages/cells":
version: 0.0.0-use.local
resolution: "@e2xgrader/cells@workspace:packages/cells"
dependencies:
"@jupyterlab/builder": ^4.0.0
"@jupyterlab/cells": ^4.2.5
"@jupyterlab/rendermime": ^4.2.5
"@jupyterlab/settingregistry": ^4.2.5
"@jupyterlab/testutils": ^4.0.0
"@types/jest": ^29.2.0
"@types/json-schema": ^7.0.11
Expand Down Expand Up @@ -1703,6 +1740,41 @@ __metadata:
languageName: unknown
linkType: soft

"@e2xgrader/settings@^0.1.0, @e2xgrader/settings@workspace:packages/settings":
version: 0.0.0-use.local
resolution: "@e2xgrader/settings@workspace:packages/settings"
dependencies:
"@jupyterlab/builder": ^4.0.0
"@jupyterlab/cells": ^4.2.5
"@jupyterlab/rendermime": ^4.2.5
"@jupyterlab/settingregistry": ^4.2.5
"@jupyterlab/testutils": ^4.0.0
"@types/jest": ^29.2.0
"@types/json-schema": ^7.0.11
"@types/react": ^18.0.26
"@types/react-addons-linked-state-mixin": ^0.14.22
"@typescript-eslint/eslint-plugin": ^6.1.0
"@typescript-eslint/parser": ^6.1.0
css-loader: ^6.7.1
eslint: ^8.36.0
eslint-config-prettier: ^8.8.0
eslint-plugin-prettier: ^5.0.0
jest: ^29.2.0
npm-run-all: ^4.1.5
prettier: ^3.0.0
rimraf: ^5.0.1
source-map-loader: ^1.0.2
style-loader: ^3.3.1
stylelint: ^15.10.1
stylelint-config-recommended: ^13.0.0
stylelint-config-standard: ^34.0.0
stylelint-csstree-validator: ^3.0.0
stylelint-prettier: ^4.0.0
typescript: ~5.0.2
yjs: ^13.5.0
languageName: unknown
linkType: soft

"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
version: 4.4.0
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
Expand Down

0 comments on commit 43dedca

Please sign in to comment.