Skip to content

Commit

Permalink
[Feat] Make keplergl-jupyter work with JupyterLab 3 (#1501)
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Bergkvist <tobias@bergkv.ist>
  • Loading branch information
bergkvist committed Jun 7, 2021
1 parent b4fcf7b commit 614750f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bindings/kepler.gl-jupyter/js/package.json
@@ -1,6 +1,6 @@
{
"name": "keplergl-jupyter",
"version": "0.2.2",
"version": "0.3.0",
"description": "This is a simple jupyter widget for kepler.gl, an advanced geo-spatial visualization tool, to render large-scale interactive maps.",
"author": "Shan He",
"license": "MIT",
Expand Down Expand Up @@ -64,9 +64,10 @@
"@jupyter-widgets/base": "^1.1.10 || ^2.0.0 || ^3.0.0",
"global": "^4.3.0",
"kepler.gl": "^2.4.0",
"react": "^16.8.4",
"node-polyfill-webpack-plugin": "^1.1.2",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.8.4",
"react-dom": "^17.0.2",
"react-helmet": "^5.2.0",
"react-intl": "^3.12.0",
"react-redux": "^7.1.3",
Expand Down

0 comments on commit 614750f

Please sign in to comment.