We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a2f2b commit 2ca49fdCopy full SHA for 2ca49fd
1 file changed
docs/tutorial.rst
@@ -403,6 +403,7 @@ The main class in the maps module is the Map class. In this code we create a def
403
The maps modules also allows you to make custom maps with markers, circles and regions.
404
405
.. ipython:: python
406
+
407
from datascience.maps import Map, Marker, Circle, Region # import the Map, Marker, Circle and Region class
408
409
# generates markers with custom sets of coordinates, colors and popups
0 commit comments