Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ The main class in the maps module is the Map class. In this code we create a def
The maps modules also allows you to make custom maps with markers, circles and regions.

.. ipython:: python

from datascience.maps import Map, Marker, Circle, Region # import the Map, Marker, Circle and Region class

# generates markers with custom sets of coordinates, colors and popups
Expand Down
Loading