Skip to content

Commit

Permalink
[Jupyter] Updated Docs for Jupyter (#1267)
Browse files Browse the repository at this point in the history
Fixed a line that was causing syntax error while saving a map on Jupyter Lab

Signed-off-by: Rezwan Ahmed <rezwan490@gmail.com>
  • Loading branch information
rezw4n committed Sep 17, 2020
1 parent a7865c8 commit 490cafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/keplergl-jupyter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ map_1.save_to_html(file_name='first_map.html')
map_1.save_to_html(data={'data_1': df}, config=config, file_name='first_map.html')

# this will save map with the interaction panel disabled
map_1.save_to_html(file_name='first_map.html' read_only=True)
map_1.save_to_html(file_name='first_map.html', read_only=True)
```
# Demo Notebooks
- [Load kepler.gl](https://github.com/keplergl/kepler.gl/blob/master/bindings/kepler.gl-jupyter/notebooks/Load%20kepler.gl.ipynb): Load kepler.gl widget, add data and config
Expand Down

0 comments on commit 490cafb

Please sign in to comment.