Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

기록

iPython console에서 pool 실행시 print 안 되는 경우 본문

Language/python

iPython console에서 pool 실행시 print 안 되는 경우

민동기 2019. 12. 25. 13:54
728x90

외부 console 사용

 

https://stackoverflow.com/questions/48078722/no-multiprocessing-print-outputs-spyder

 

No multiprocessing print outputs (Spyder)

I have recently started to delve into multiprocessing, as I believe my code can be easily parallelized. Upon working through the tutorials, though, I encountered an issue: functions distributed in ...

stackoverflow.com