-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mix of running Jupyter migration tool while keeping some of the old configurations (done in order to be quicker)
- Loading branch information
Showing
13 changed files
with
8,974 additions
and
9,775 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ venv | |
.metals | ||
*.tsbuildinfo | ||
scalalistener/.bsp | ||
.yarn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
node_modules | ||
**/node_modules | ||
**/lib | ||
**/package.json | ||
!/package.json | ||
sparkmonitor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
enableImmutableInstalls: false | ||
nodeLinker: node-modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,121 +1,121 @@ | ||
{ | ||
"name": "sparkmonitor", | ||
"version": "2.1.1", | ||
"description": "Jupyter Notebook & Lab extension to monitor Apache Spark jobs from a notebook", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/swan-cern/sparkmonitor.git" | ||
}, | ||
"keywords": [ | ||
"jupyter", | ||
"jupyterlab", | ||
"jupyterlab-extension", | ||
"Spark", | ||
"sparkmonitor" | ||
], | ||
"main": "lib/lab-extension/index.js", | ||
"author": { | ||
"name": "Krishnan R", | ||
"email": "krishnanr1997@gmail.com" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "SWAN Team", | ||
"email": "swan-admins@cern.ch" | ||
} | ||
], | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/swan-cern/sparkmonitor/issues" | ||
}, | ||
"homepage": "https://github.com/swan-cern/sparkmonitor#readme", | ||
"devDependencies": { | ||
"@babel/cli": "^7.14.8", | ||
"@babel/core": "^7.14.8", | ||
"@babel/preset-env": "^7.14.9", | ||
"@babel/preset-react": "^7.14.5", | ||
"@babel/preset-typescript": "^7.14.5", | ||
"@jupyterlab/builder": "^3.0.0", | ||
"@types/node": "^16.4.10", | ||
"@types/plotly.js-basic-dist": "^1.54.0", | ||
"@types/react-dom": "^17.0.9", | ||
"@types/react-plotly.js": "^2.5.0", | ||
"@types/react-timeago": "^4.1.3", | ||
"@types/webpack": "^5.28.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.3", | ||
"@typescript-eslint/parser": "^4.28.3", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.2.2", | ||
"css-loader": "^0.28.4", | ||
"eslint": "^7.14.0", | ||
"eslint-config-airbnb": "^18.1.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"file-loader": "^6.0.0", | ||
"html-loader": "^0.4.5", | ||
"ify-loader": "^1.0.4", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.1.1", | ||
"rimraf": "^3.0.2", | ||
"style-loader": "^0.18.2", | ||
"typescript": "^4.3.5", | ||
"url-loader": "^0.5.9", | ||
"webpack-cli": "^3.3.10" | ||
}, | ||
"scripts": { | ||
"build:prod": "jlpm run build:lib && jlpm run build:labextension && jlpm run build:nbextension && jlpm run build:scalalistener", | ||
"build": "jlpm run build:lib && jlpm run build:labextension", | ||
"build:lib": "tsc -p tsconfig.lab.json", | ||
"build:labextension": "jupyter labextension build .", | ||
"build:labextension:dev": "jupyter labextension build --development True .", | ||
"build:scalalistener": "cd scalalistener && sbt +assembly", | ||
"clean": "rimraf lib jupyterlab_sparkmonior:labextension", | ||
"clean:all": "jlpm run clean:lib && jlpm run clean:labextension", | ||
"watch": "run-p watch:src watch:labextension", | ||
"watch:src": "tsc -w -p tsconfig.lab.json", | ||
"watch:labextension": "jupyter labextension watch .", | ||
"build:nbextension": "webpack --config src/notebook-extension/webpack.config.js", | ||
"watch:nbextension": "webpack --config src/notebook-extension/webpack.config.js --mode development --watch", | ||
"check:all": "jlpm run check:eslint && jlpm run check:nbextension && jlpm run check:labextension", | ||
"check:eslint": "eslint .", | ||
"check:nbextension": "tsc -p tsconfig.notebook.json", | ||
"check:labextension": "tsc -p tsconfig.lab.json --noEmit" | ||
}, | ||
"dependencies": { | ||
"@jupyterlab/application": "^3.0.4", | ||
"@jupyterlab/cells": "^3.0.4", | ||
"@jupyterlab/coreutils": "^5.0.2", | ||
"@jupyterlab/docregistry": "^3.0.4", | ||
"@jupyterlab/mainmenu": "^3.0.3", | ||
"@jupyterlab/notebook": "^3.0.4", | ||
"@jupyterlab/services": "^6.0.3", | ||
"@lumino/coreutils": "^1.5.3", | ||
"@lumino/widgets": "^1.16.1", | ||
"es6-promise": "^4.2.8", | ||
"javascript-time-ago": "^2.3.8", | ||
"mobx": "^6.3.2", | ||
"mobx-react-lite": "^3.2.0", | ||
"plotly.js-basic-dist": "^2.3.1", | ||
"pretty-ms": "^7.0.1", | ||
"react-plotly.js": "^2.5.1", | ||
"react-timeago": "^6.2.1", | ||
"react-vis-timeline": "^2.0.3", | ||
"uuid": "^7.0.2", | ||
"vis-timeline": "^7.3.4", | ||
"webpack": "^5.33.2", | ||
"xss": "^1.0.9" | ||
}, | ||
"jupyterlab": { | ||
"extension": "lib/lab-extension/index", | ||
"outputDir": "sparkmonitor/labextension" | ||
}, | ||
"style": "style/lab.css", | ||
"files": [ | ||
"lib/*", | ||
"src/*" | ||
] | ||
"name": "sparkmonitor", | ||
"version": "2.1.1", | ||
"description": "Jupyter Notebook & Lab extension to monitor Apache Spark jobs from a notebook", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/swan-cern/sparkmonitor.git" | ||
}, | ||
"keywords": [ | ||
"jupyter", | ||
"jupyterlab", | ||
"jupyterlab-extension", | ||
"Spark", | ||
"sparkmonitor" | ||
], | ||
"main": "lib/lab-extension/index.js", | ||
"author": { | ||
"name": "Krishnan R", | ||
"email": "krishnanr1997@gmail.com" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "SWAN Team", | ||
"email": "swan-admins@cern.ch" | ||
} | ||
], | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/swan-cern/sparkmonitor/issues" | ||
}, | ||
"homepage": "https://github.com/swan-cern/sparkmonitor#readme", | ||
"scripts": { | ||
"build:prod": "jlpm run build:lib && jlpm run build:labextension && jlpm run build:nbextension && jlpm run build:scalalistener", | ||
"build": "jlpm run build:lib && jlpm run build:labextension", | ||
"build:lib": "tsc -p tsconfig.lab.json", | ||
"build:labextension": "jupyter labextension build .", | ||
"build:labextension:dev": "jupyter labextension build --development True .", | ||
"build:scalalistener": "cd scalalistener && sbt +assembly", | ||
"clean": "rimraf lib jupyterlab_sparkmonior:labextension", | ||
"clean:all": "jlpm run clean:lib && jlpm run clean:labextension", | ||
"watch": "run-p watch:src watch:labextension", | ||
"watch:src": "tsc -w -p tsconfig.lab.json", | ||
"watch:labextension": "jupyter labextension watch .", | ||
"build:nbextension": "webpack --config src/notebook-extension/webpack.config.js", | ||
"watch:nbextension": "webpack --config src/notebook-extension/webpack.config.js --mode development --watch", | ||
"check:all": "jlpm run check:eslint && jlpm run check:nbextension && jlpm run check:labextension", | ||
"check:eslint": "eslint .", | ||
"check:nbextension": "tsc -p tsconfig.notebook.json", | ||
"check:labextension": "tsc -p tsconfig.lab.json --noEmit" | ||
}, | ||
"dependencies": { | ||
"@jupyterlab/application": "^4.0.9", | ||
"@jupyterlab/apputils": "^4.1.9", | ||
"@jupyterlab/cells": "^4.0.9", | ||
"@jupyterlab/mainmenu": "^4.0.9", | ||
"@jupyterlab/notebook": "^4.0.9", | ||
"@jupyterlab/services": "^7.0.9", | ||
"@lumino/coreutils": "^2.1.2", | ||
"@lumino/widgets": "^2.3.1", | ||
"hammerjs": "^2.0.8", | ||
"keycharm": "^0.4.0", | ||
"mobx": "^6.12.0", | ||
"mobx-react-lite": "^4.0.5", | ||
"moment": "^2.29.4", | ||
"plotly.js-basic-dist": "^2.27.1", | ||
"pretty-ms": "^8.0.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-plotly.js": "^2.6.0", | ||
"react-timeago": "^7.2.0", | ||
"vis-data": "^7.1.9", | ||
"vis-timeline": "^7.7.3", | ||
"vis-util": "^5.0.7", | ||
"xss": "^1.0.14" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.23.6", | ||
"@babel/preset-env": "^7.23.6", | ||
"@babel/preset-react": "^7.23.3", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@jupyterlab/builder": "^4.0.0", | ||
"@types/hammerjs": "^2.0.45", | ||
"@types/json-schema": "^7.0.11", | ||
"@types/plotly.js-basic-dist": "^1.54.4", | ||
"@types/react": "^18.0.26", | ||
"@types/react-addons-linked-state-mixin": "^0.14.22", | ||
"@types/react-plotly.js": "^2.6.3", | ||
"@types/react-timeago": "^4.1.6", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"babel-loader": "^9.1.3", | ||
"css-loader": "^6.7.1", | ||
"eslint": "^8.36.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.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", | ||
"webpack": "^5.89.0", | ||
"yjs": "^13.5.0" | ||
}, | ||
"jupyterlab": { | ||
"extension": "lib/lab-extension/index", | ||
"outputDir": "sparkmonitor/labextension" | ||
}, | ||
"style": "style/lab.css", | ||
"files": [ | ||
"lib/*", | ||
"src/*" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[build-system] | ||
requires = ["jupyter_packaging~=0.10.0,<2", "jupyterlab~=3.0", "setuptools>=40.8.0", "wheel"] | ||
requires = ["jupyter_packaging~=0.10.0,<2", "jupyterlab>=4.0.0,<5", "setuptools>=40.8.0", "wheel"] | ||
build-backend = "setuptools.build_meta" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.