@@ -23,7 +23,7 @@ In this tutorial, you will:
23
23
24
24
> [ !div class="checklist"]
25
25
>
26
- > * Create and run a [ Jupyter Notebooks in VS Code] .
26
+ > * Create and run a [ Jupyter Notebook in VS Code] .
27
27
> * Call Azure Maps REST APIs in Python.
28
28
> * Search for a reachable range based on the electric vehicle's consumption model.
29
29
> * Search for electric vehicle charging stations within the reachable range, or [ isochrone] .
@@ -36,7 +36,7 @@ In this tutorial, you will:
36
36
* A [ subscription key]
37
37
* [ Visual Studio Code]
38
38
* A working knowledge of [ Jupyter Notebooks in VS Code]
39
- * Environment setup to work with Python in Jupyter Notebooks. For more information, see [ Setting up your environment] .
39
+ * Environment set up to work with Python in Jupyter Notebooks. For more information, see [ Setting up your environment] .
40
40
41
41
> [ !NOTE]
42
42
> For more information on authentication in Azure Maps, see [ manage authentication in Azure Maps] .
@@ -79,7 +79,7 @@ After selecting a kernel, the language picker located in the bottom right of eac
79
79
80
80
## Load the required modules and frameworks
81
81
82
- Once your code is added, you can run a cell using the Run icon to the left of the cell and the output will be displayed below the code cell.
82
+ Once your code is added, you can run a cell using the ** Run** icon to the left of the cell and the output is displayed below the code cell.
83
83
84
84
Run the following script to load all the required modules and frameworks.
85
85
@@ -288,7 +288,7 @@ display(Image(staticMapImage))
288
288
289
289
In this tutorial, you learned how to call Azure Maps REST APIs directly and visualize Azure Maps data by using Python.
290
290
291
- To explore the Azure Maps APIs that are used in this tutorial, see:
291
+ For more information on the Azure Maps APIs used in this tutorial, see:
292
292
293
293
* [ Get Route Range]
294
294
* [ Post Search Inside Geometry]
@@ -306,7 +306,6 @@ To learn more about Azure Notebooks, see
306
306
307
307
[ aiohttp ] : https://pypi.org/project/aiohttp/
308
308
[ Azure Maps account ] : quick-demo-map-app.md#create-an-azure-maps-account
309
- [ Azure Maps Jupyter Notebook repository ] : https://github.com/Azure-Samples/Azure-Maps-Jupyter-Notebook
310
309
[ Azure Maps REST APIs ] : /rest/api/maps
311
310
[ Azure Notebooks ] : https://notebooks.azure.com
312
311
[ EVrouting.ipynb ] : https://github.com/Azure-Samples/Azure-Maps-Jupyter-Notebook/blob/master/AzureMapsJupyterSamples/Tutorials/EV%20Routing%20and%20Reachable%20Range/EVrouting.ipynb
@@ -317,13 +316,11 @@ To learn more about Azure Notebooks, see
317
316
[ IPython ] : https://ipython.readthedocs.io/en/stable/index.html
318
317
[ isochrone ] : glossary.md#isochrone
319
318
[ Jupyter Notebooks in VS Code ] : https://code.visualstudio.com/docs/datascience/jupyter-notebooks
320
- [ Jupyter Notebook document file ] : https://github.com/Azure-Samples/Azure-Maps-Jupyter-Notebook/blob/master/AzureMapsJupyterSamples/Tutorials/EV%20Routing%20and%20Reachable%20Range/EVrouting.ipynb
321
319
[ manage authentication in Azure Maps ] : how-to-manage-authentication.md
322
320
[ Matrix Routing ] : /rest/api/maps/route/postroutematrix
323
321
[ Post Route Matrix ] : /rest/api/maps/route/postroutematrix
324
322
[ Post Search Inside Geometry ] : /rest/api/maps/search/postsearchinsidegeometry?view=rest-maps-1.0&preserve-view=true
325
323
[ Render - Get Map Image ] : /rest/api/maps/render/get-map-static-image
326
- [ *requirements.txt* ] : https://github.com/Azure-Samples/Azure-Maps-Jupyter-Notebook/blob/master/AzureMapsJupyterSamples/Tutorials/EV%20Routing%20and%20Reachable%20Range/requirements.txt
327
324
[ routing APIs ] : /rest/api/maps/route
328
325
[ Setting up your environment ] : https://code.visualstudio.com/docs/datascience/jupyter-notebooks#_setting-up-your-environment
329
326
[ subscription key ] : quick-demo-map-app.md#get-the-subscription-key-for-your-account
0 commit comments