From 2ca49fd9b6ac1c7054a45497aba6eb9af0709e71 Mon Sep 17 00:00:00 2001 From: Aniket Singh Yadav Date: Fri, 5 Sep 2025 05:21:51 +0530 Subject: [PATCH] Fix ipython directive error by adding blank lines after directives --- docs/tutorial.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 2d37cafb4..ad6746442 100644 --- a/docs/tutorial.rst +++ b/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 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