You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: Can't get attribute 'calc_pi' on <module 'main' (built-in)>
while the cell seems to be at work (note the mark [*] below) somehow indefinitely (problem size: 10^6). Interrupting the kernel with Jupyter Lab causes a KeyboardInterrupt, not unexpectedly.
The text was updated successfully, but these errors were encountered:
wmotion
changed the title
threads-and-processes.md: attribute error in exercises with multiprocessing
threads-and-processes.md: AttributeError in exercises with multiprocessingJul 3, 2023
Replicating the exercises
throws the error:
while the cell seems to be at work (note the mark [*] below) somehow indefinitely (problem size: 10^6). Interrupting the kernel with Jupyter Lab causes a KeyboardInterrupt, not unexpectedly.
The attribute error is attributed to bad relationships between
multiprocessing
and iPython in https://stackoverflow.com/questions/41385708/multiprocessing-example-giving-attributeerror/42383397#42383397Python 3.8.16
Jupyterlab 3.5.3
Conda 25.3.0
The text was updated successfully, but these errors were encountered: