The ProcessPoolExecutor doesn't work on Windows
On Windows you need to be able to import learner.function.
Since we define the functions in the notebook this is not possible.
We could consider setting a different default executor on Windows, such as distributed.Client
.