Skip to content

Commit 175066b

Browse files
committed
Replaced 'azure notebooks' with 'Jupyter Notebook in Visual Studio Code'.
1 parent afabaed commit 175066b

File tree

5 files changed

+0
-16
lines changed

5 files changed

+0
-16
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,6 @@ Download then open the Notebook used in this tutorial:
6161

6262
1. Open the downloaded Notebook in Visual Studio Code by right-clicking on the file then selecting **Open with > Visual Studio Code**, or through the VS Code File Explorer.
6363

64-
<!--------------------------------------------------------------------------------------------------------------------------------------------------------
65-
## Create Jupyter Notebook in Visual Studio Code
66-
67-
You can create a Jupyter Notebook by running the **Create: New Jupyter Notebook** command from the Command Palette or by creating a new .ipynb file in your workspace.
68-
69-
![A screenshot showing a new Jupyter Notebook in VS Code.](./media/tutorial-ev-routing/ipynb-1.png)
70-
71-
Next, select a kernel using the kernel picker in the top right.
72-
73-
![A screenshot showing the kernel picker in the top right of a Jupyter Notebook in VS Code.](./media/tutorial-ev-routing/ipynb-2.png)
74-
75-
After selecting a kernel, the language picker located in the bottom right of each code cell will automatically update to the language supported by the kernel.
76-
77-
![A screenshot showing python in the kernel picker in the top right of a Jupyter Notebook in VS Code.](./media/tutorial-ev-routing/ipynb-3.png)
78-
-------------------------------------------------------------------------------------------------------------------------------------------------------->
79-
8064
## Load the required modules and frameworks
8165

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

0 commit comments

Comments
 (0)