Skip to content

Commit 70ad179

Browse files
committed
Replaced 'azure notebooks' with 'Jupyter Notebook in Visual Studio Code'.
1 parent 8d9813b commit 70ad179

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/azure-maps/tutorial-ev-routing.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this tutorial, you will:
2323

2424
> [!div class="checklist"]
2525
>
26-
> * Create and run a [Jupyter Notebooks in VS Code].
26+
> * Create and run a [Jupyter Notebook in VS Code].
2727
> * Call Azure Maps REST APIs in Python.
2828
> * Search for a reachable range based on the electric vehicle's consumption model.
2929
> * Search for electric vehicle charging stations within the reachable range, or [isochrone].
@@ -36,7 +36,7 @@ In this tutorial, you will:
3636
* A [subscription key]
3737
* [Visual Studio Code]
3838
* 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].
4040

4141
> [!NOTE]
4242
> 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
7979

8080
## Load the required modules and frameworks
8181

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.
8383

8484
Run the following script to load all the required modules and frameworks.
8585

@@ -288,7 +288,7 @@ display(Image(staticMapImage))
288288

289289
In this tutorial, you learned how to call Azure Maps REST APIs directly and visualize Azure Maps data by using Python.
290290

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:
292292

293293
* [Get Route Range]
294294
* [Post Search Inside Geometry]
@@ -306,7 +306,6 @@ To learn more about Azure Notebooks, see
306306
307307
[aiohttp]: https://pypi.org/project/aiohttp/
308308
[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
310309
[Azure Maps REST APIs]: /rest/api/maps
311310
[Azure Notebooks]: https://notebooks.azure.com
312311
[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
317316
[IPython]: https://ipython.readthedocs.io/en/stable/index.html
318317
[isochrone]: glossary.md#isochrone
319318
[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
321319
[manage authentication in Azure Maps]: how-to-manage-authentication.md
322320
[Matrix Routing]: /rest/api/maps/route/postroutematrix
323321
[Post Route Matrix]: /rest/api/maps/route/postroutematrix
324322
[Post Search Inside Geometry]: /rest/api/maps/search/postsearchinsidegeometry?view=rest-maps-1.0&preserve-view=true
325323
[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
327324
[routing APIs]: /rest/api/maps/route
328325
[Setting up your environment]: https://code.visualstudio.com/docs/datascience/jupyter-notebooks#_setting-up-your-environment
329326
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account

0 commit comments

Comments
 (0)