Skip to content

Commit

Permalink
deprecate jupyter widget (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarshall committed Jul 7, 2022
1 parent 7024eaa commit 89aeaf2
Show file tree
Hide file tree
Showing 39 changed files with 2 additions and 7,469 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -21,7 +21,6 @@ SandDance was created by the [Microsoft Research VIDA Group](https://aka.ms/vida
* [VSCode extension](https://marketplace.visualstudio.com/items?itemName=msrvida.vscode-sanddance)
* 3rd Party apps:
* [Observable](https://observablehq.com/collection/@danmarshall/sanddance)
* [Jupyter widget](https://github.com/microsoft/SandDance/tree/master/python/jupyter-widget#sanddance-jupyter-widget)
* [HASH Core IDE](https://core.hash.ai/) - [*see 'Step Explorer' documentation*](https://docs.hash.ai/core/creating-simulations/views#step-explorer)
* In your own JavaScript apps - see below

Expand Down
4 changes: 0 additions & 4 deletions azure-pipelines.yml
Expand Up @@ -42,10 +42,6 @@ steps:
npm run build:sanddance-integration
displayName: 'npm build:sanddance-integration'

- script: |
npm run build:sanddance-integration-python
displayName: 'npm build:sanddance-integration-python'

- script: |
npm test
displayName: 'npm test'
Expand Down
1 change: 0 additions & 1 deletion docs/index.html
Expand Up @@ -24,7 +24,6 @@ <h2 id="where-can-i-use-sanddance">Where can I use SandDance?</h2>
</li>
<li>3rd Party apps:<ul>
<li><a href="https://observablehq.com/collection/@danmarshall/sanddance">Observable</a></li>
<li><a href="https://github.com/microsoft/SandDance/tree/master/python/jupyter-widget#sanddance-jupyter-widget">Jupyter widget</a></li>
<li><a href="https://core.hash.ai/">HASH Core IDE</a> - <a href="https://docs.hash.ai/core/creating-simulations/views#step-explorer"><em>see &#39;Step Explorer&#39; documentation</em></a></li>
</ul>
</li>
Expand Down
3 changes: 1 addition & 2 deletions lerna.json
Expand Up @@ -2,8 +2,7 @@
"lerna": "2.8.0",
"packages": [
"extensions/*",
"packages/*",
"python/jupyter-widget"
"packages/*"
],
"version": "independent"
}
6 changes: 1 addition & 5 deletions package.json
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0",
"description": "SandDance development monorepo.",
"scripts": {
"python:dev": "lerna run dev:all --parallel --scope @msrvida/sanddance-jupyter-widget",
"vegatest": "lerna run vegatest --parallel",
"eslint": "lerna run eslint --parallel",
"build-az": "lerna run build --scope azdata-sanddance",
Expand All @@ -14,8 +13,7 @@
"bootstrap": "lerna bootstrap",
"build:sanddance-core": "lerna run build:sanddance-core",
"build:sanddance-integration": "lerna run build:sanddance-integration",
"build:sanddance-integration-python": "lerna run build:sanddance-integration-python",
"build": "npm run bootstrap && npm run build:sanddance-core && npm run build:sanddance-integration && npm run build:sanddance-integration-python",
"build": "npm run bootstrap && npm run build:sanddance-core && npm run build:sanddance-integration",
"build-test": "lerna run build-test",
"app-dev": "lerna run start --parallel --scope @msrvida/sanddance-app",
"watch-css": "lerna run watch-css --parallel",
Expand All @@ -26,7 +24,6 @@
"specs": "npm run specs-message && npm-run-all --parallel specs-watch-typescript specs-watch-parcel",
"start-app": "parcel serve ./test/index.html --port 8085 --open --no-autoinstall",
"start": "npm-run-all --parallel watch-typescript watch-css app-dev start-app",
"start:python": "npm-run-all --parallel watch-typescript python-webpack-watch python:dev",
"parcel": "lerna run parcel --parallel",
"clean-build": "rimraf ./packages/**/dist/ && rimraf ./packages/**/.cache/ && rimraf ./packages/**/.parcel-cache/ && rimraf ./**/package-lock.json && rimraf ./lerna-debug.log",
"clean": "lerna clean --yes && npm run clean-build",
Expand All @@ -37,7 +34,6 @@
"dev": "lerna run dev --scope dev --parallel",
"build-rec": "lerna run build --scope @msrvida/chart-recommender",
"test-rec": "lerna run test --scope @msrvida/chart-recommender",
"python-webpack-watch": "lerna run webpack-watch --scope @msrvida/sanddance-jupyter-widget --parallel",
"azdata-webpack-extension": "lerna run webpack --scope azdata-sanddance --parallel",
"vscode-webpack-extension": "lerna run webpack --scope vscode-sanddance --parallel"
},
Expand Down
160 changes: 0 additions & 160 deletions python/jupyter-widget/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions python/jupyter-widget/.npmignore

This file was deleted.

21 changes: 0 additions & 21 deletions python/jupyter-widget/LICENSE.txt

This file was deleted.

49 changes: 0 additions & 49 deletions python/jupyter-widget/README-dev.md

This file was deleted.

27 changes: 0 additions & 27 deletions python/jupyter-widget/README-release.md

This file was deleted.

53 changes: 0 additions & 53 deletions python/jupyter-widget/README.md

This file was deleted.

0 comments on commit 89aeaf2

Please sign in to comment.