Skip to content

Commit 8a55e93

Browse files
committed
Remove Vega 3 extension as it will be moved to JupyterLab
1 parent 00a9e7e commit 8a55e93

File tree

11 files changed

+7
-1419
lines changed

11 files changed

+7
-1419
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ This is a [monorepo](https://github.com/lerna/lerna#what-does-a-lerna-repo-look-
1313
| [katex-extension](packages/katex-extension) | N/A | N/A |
1414
| [plotly-extension](packages/plotly-extension) | `application/vnd.plotly.v1+json` | `.plotly`, `.plotly.json` |
1515
| [vega2-extension](packages/vega2-extension) | `application/vnd.vega.v2+json`, `application/vnd.vegalite.v1+json`| `.vg`, `.vl`, `.vg.json`, `.vl.json`, `.vega`, `.vegalite` |
16-
| [vega3-extension](packages/vega3-extension) | `application/vnd.vega.v3+json`, `application/vnd.vegalite.v2+json`| `.vg`, `.vl`, `.vg.json`, `.vl.json`, `.vega`, `.vegalite` |
1716

1817
## Install
1918

@@ -22,7 +21,6 @@ This is a [monorepo](https://github.com/lerna/lerna#what-does-a-lerna-repo-look-
2221
* katex-extension: `jupyter labextension install @jupyterlab/katex-extension`
2322
* plotly-extension: `jupyter labextension install @jupyterlab/plotly-extension`
2423
* vega2-extension: `jupyter labextension install @jupyterlab/vega2-extension`
25-
* vega3-extension: `jupyter labextension install @jupyterlab/vega3-extension`
2624

2725
## Contributing
2826

0 commit comments

Comments
 (0)