python-tutorial icon indicating copy to clipboard operation
python-tutorial copied to clipboard

Threading: Move all examples in separate module

Open baffelli opened this issue 1 year ago • 0 comments

To fix the many issues people had when running the examples for the multi threading notebook, we should move all example functions to a separate module and import them in the notebook. Then pickling of the functions should work and the examples would run properly.

baffelli avatar Dec 13 '23 09:12 baffelli