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
Apparently someone has created a similar library to multiprocessing called multiprocess which works inside jupyter notebooks. However, I suggest the authors (@azai91) either put a !pip install multiprocess in the notebook for this, or add a comment saying to run it from an IDE like Spyder. Since the multiprocess library has its own problems (had to re-import numpy inside the process) probably would go for the latter option.
When I copy code in List 5.1 and run in jupyter, it always tells me this:
According to what I have found in Google, it seems that the code needs to be titled:
but this way only works in Spyder and Pycharm.
So I wanna know how you guys tackle it.
Grateful to hear any suggestions!
The text was updated successfully, but these errors were encountered: