You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For JupyterLab2, you need to install `keplergl-jupyter` labextension from NPM registery. There is no need to install `keplergl` python package.
109
+
For JupyterLab2, you need to install `keplergl-jupyter` labextension from NPM registry. There is no need to install `keplergl` python package.
110
110
111
111
First, install `jupyterlab-manager` for JupyterLab2:
112
112
```shell
@@ -187,7 +187,7 @@ with input parameters:
187
187
- data: a data dictionary {"name": data}, if not provided, will use current map data
188
188
- config: map config dictionary, if not provided, will use current map config
189
189
- read_only: if read_only is True, hide side panel to disable map customization
190
-
- center_map: if center_map is True, the bound of the map will be updated acoording to the current map data
190
+
- center_map: if center_map is True, the bound of the map will be updated according to the current map data
191
191
192
192
Please note that the map is not interactive due to the limitation of Google Colab. For example, when applying config to the map in Colab, the map won't be updated and one needs to call `show()` again to render a new map in a new cell.
NOTE: The above command `jupyter nbextension install -py --symlink --sys-prefix keplergl` is trying to create a symoblic link of the folder `bindings/kepler.gl-jupyter/keplergl/static` under the jupyter's folder `nbextensions`. Please check if there is already a folder "nbextensions/kepler-jupyter" existed, and you might need to remove it first.
305
+
NOTE: The above command `jupyter nbextension install -py --symlink --sys-prefix keplergl` is trying to create a symbolic link of the folder `bindings/kepler.gl-jupyter/keplergl/static` under the jupyter's folder `nbextensions`. Please check if there is already a folder "nbextensions/kepler-jupyter" existed, and you might need to remove it first.
306
306
307
307
To find the location of `nbextensions` folder, you can use the following command:
0 commit comments