[bug] multiprocessing doesn't work in ikernels
Closed this issue · 1 comments
mathysgrapotte commented
When importing stimulus into jupyter notebook, encoding data outputs errors (due to classes not being well imported through pickle). This can be fixed with the multiprocess fork.
- change import multiprocessing as mp to import multiprocessing as mp
- add multiprocess to the container
Check : https://stackoverflow.com/questions/41385708/multiprocessing-example-giving-attributeerror
mathysgrapotte commented
won't fix for now as stimulus usecase currently does not involve ikernels