Skip to content

Commit 743f388

Browse files
committed
Delete old Notebook extension
1 parent e329b4c commit 743f388

File tree

7 files changed

+29
-349
lines changed

7 files changed

+29
-349
lines changed

jupyter_offlinenotebook/description.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

jupyter_offlinenotebook/etc/offlinenotebook_nbextension.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

jupyter_offlinenotebook/etc/offlinenotebook_nbserverextension.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

jupyter_offlinenotebook/static/main.js

Lines changed: 0 additions & 278 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@
2727
"//": "Dependency versions are based on https://github.com/jupyterlab/jupyterlab/blob/v3.6.1/examples/notebook/package.json",
2828
"scripts": {
2929
"build": "jlpm run build:lib",
30-
"build:all": "jlpm run build:lib && jlpm run build:notebook && jlpm run build:labextension",
30+
"build:all": "jlpm run build:lib && jlpm run build:labextension",
3131
"build:labextension": "jupyter labextension build .",
3232
"build:labextension:dev": "jupyter labextension build --development True .",
3333
"build:lib": "tsc",
34-
"build:notebook": "webpack",
35-
"clean": "jlpm run clean:lib && jlpm run clean:notebook && jlpm run clean:labextension",
34+
"clean": "jlpm run clean:lib && jlpm run clean:labextension",
3635
"clean:labextension": "rimraf jupyter_offlinenotebook/static/lab",
3736
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
38-
"clean:notebook": "rimraf jupyter_offlinenotebook/static/jslib",
3937
"default": "jlpm run clean && jlpm run build:all",
4038
"eslint": "eslint . --ext .ts,.tsx --fix",
4139
"eslint:check": "eslint . --ext .ts,.tsx",
@@ -75,9 +73,7 @@
7573
"npm-run-all": "^4.1.5",
7674
"prettier": "^3.3.3",
7775
"rimraf": "^6.0.1",
78-
"typescript": "^5.5.4",
79-
"webpack": "^5.94.0",
80-
"webpack-cli": "^5.1.4"
76+
"typescript": "^5.5.4"
8177
},
8278
"sideEffects": [
8379
"style/*.css"

webpack.config.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)