Skip to content

Commit

Permalink
pydeck: Fix some spelling in docs (#4496)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajduberstein committed Apr 14, 2020
1 parent b27c54b commit b8a593b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bindings/pydeck/PUBLISH.md
Expand Up @@ -19,8 +19,8 @@ environments:

- `.show()` in a Jupyter Notebook
- `.to_html()` in a Jupyter Notebook
- `.show()` in Jupyter Lab
- `.to_html()` in Jupyter Lab
- `.show()` in JupyterLab
- `.to_html()` in JupyterLab
- `.to_html()` in a Python REPL

2) Run `make bump-and-publish` and select the kind of release at the prompt.
Expand Down
6 changes: 3 additions & 3 deletions bindings/pydeck/docs/installation.rst
Expand Up @@ -5,7 +5,7 @@ There are three steps before using pydeck:

1. Install the library via pip or conda
2. Get a Mapbox API token
3. Enable pydeck for Jupyter Lab or Jupyter Notebook
3. Enable pydeck for JupyterLab or Jupyter Notebook

Via pip
^^^^^^^
Expand Down Expand Up @@ -52,7 +52,7 @@ To enable pydeck for Jupyter Notebook:
jupyter nbextension install --sys-prefix --symlink --overwrite --py pydeck
jupyter nbextension enable --sys-prefix --py pydeck
To enable pydeck for Jupyter Lab:
To enable pydeck for JupyterLab:

.. code-block:: bash
Expand All @@ -61,7 +61,7 @@ To enable pydeck for Jupyter Lab:
jupyter labextension install @deck.gl/jupyter-widget@$DECKGL_SEMVER
Currently while you can install pydeck in Google Collab via pip, it is not enabled for server use there.
Currently while you can install pydeck in Google Colab via pip, it is not enabled for server use there.

Installing from source
^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit b8a593b

Please sign in to comment.