Bean

Results 2 comments of Bean

> The problem is with the recent ipykernel update. A temporary fix could be: > > `pip uninstall ipykernel` > `pip install ipykernel==4.8.0` thanks, I only do this : pip...

`MyConfig = osrm.RequestConfig("router.project-osrm.org/route/v1/driving") #https://router.project-osrm.org/route/v1/driving/ result = osrm.simple_route([-3.7692, 40.4313], [-3.7420, 40.4183], url_config=MyConfig)` this works for me