Skip to content

Commit cc7940e

Browse files
author
Farah Alyasari
authored
fixed markdown syntax
1 parent 1daee93 commit cc7940e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ To run the code in the notebook, install packages at the project level by doing
9191
## Load the required modules and frameworks
9292

9393
To load all the required modules and frameworks, run the following script.
94+
95+
```Python
9496
import time
9597
import aiohttp
9698
import urllib.parse
9799
from IPython.display import Image, display
98100
```
99101

100-
After your run the script, enter "Ctrl" and "Z" together, to leave the Python interpreter and go back to the console.
101-
102102
## Request the reachable range boundary
103103

104104
A package delivery company has some electric vehicles in its fleet. During the day, electric vehicles need to be recharged without having to return to the warehouse. Every time the remaining charge drops to less than an hour, you search for a set of charging stations that are within a reachable range. Essentially, you search for a charging station when the battery is low on charge. And, you get the boundary information for that range of charging stations.

0 commit comments

Comments
 (0)