Skip to content

Commit

Permalink
Update viz.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbaumann committed Feb 23, 2018
1 parent e28c87c commit 22470b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-markdown/viz.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
`pip install mapboxgl pandas jupyter`
* If you are using a hosted jupyter notebook environment, install libraries from Jupyter using the `!` command in a cell:
- `!pip install mapboxgl pandas jupyter`
3. Open a jupyter notebook by calling `jupyter notebook` from your command prompt of terminal. If your browser does not open automatically, go to http://localhost:8888/ in your browser window.
4. Import `mapboxgl-jupyter` with:
3. Open a jupyter notebook by calling `jupyter notebook` from your command prompt or terminal. If your browser does not open automatically, navigate to http://localhost:8888/ in your browser window.
4. Import `mapboxgl-jupyter` into your notebook:
* `from mapboxgl.utils import *`
* `from mapboxgl.viz import *`
5. Create a visualization using the examples and documentation below. You'll need your [Mapbox token](https://www.mapbox.com/account/) from the first step.
Expand Down

0 comments on commit 22470b3

Please sign in to comment.