gboeing / osmnx-examples

Gallery of OSMnx tutorials, usage examples, and feature demonstations.
https://osmnx.readthedocs.io
MIT License
1.5k stars 519 forks source link

multiprocessing doesn't work in Jupyter #42

Closed gboeing closed 3 years ago

gboeing commented 3 years ago

The multiprocessing example in notebook 02 doesn't seem to work properly anymore, apparently because multiprocessing doesn't play nicely with interactive interpreters like Jupyter: https://stackoverflow.com/questions/41385708/multiprocessing-example-giving-attributeerror

gboeing commented 3 years ago

Resolved by https://github.com/gboeing/osmnx/pull/706 and #45