Multiprocessing on Python Jupyter Notebook with one function
I am implementing an algorithm that has a high execution time and I need to use all the cpu power for a part of the code that involves heavy processing. I have written it in the form of a function, but I have encountered problems in executing it as a multiprocessing.