Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 6f6c11e

Browse files
author
Kharude, Sachin
committed
fixed routing notebook
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
1 parent 082a899 commit 6f6c11e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/notebooks/routing.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"\n",
3232
"from here_location_services import LS\n",
3333
"from here_location_services.config.routing_config import ROUTING_RETURN, Via\n",
34-
"from here_location_services.config.matrix_routing_config import Truck, SHIPPED_HAZARDOUS_GOODS\n",
34+
"from here_location_services.config.base_config import Truck, SHIPPED_HAZARDOUS_GOODS\n",
3535
"from here_map_widget import Map, Marker, GeoJSON, DomMarker, DomIcon"
3636
]
3737
},
@@ -300,7 +300,7 @@
300300
],
301301
"metadata": {
302302
"kernelspec": {
303-
"display_name": "Python 3",
303+
"display_name": "Python 3 (ipykernel)",
304304
"language": "python",
305305
"name": "python3"
306306
},
@@ -314,7 +314,7 @@
314314
"name": "python",
315315
"nbconvert_exporter": "python",
316316
"pygments_lexer": "ipython3",
317-
"version": "3.8.5"
317+
"version": "3.9.6"
318318
}
319319
},
320320
"nbformat": 4,

0 commit comments

Comments
 (0)