paulroth3d / jupyter-ijavascript-utils

Utility library for working with iJavaScript - a Jupyter Kernel
1 stars 0 forks source link

How to do multi-threading within a jupyter notebook #26

Open paulroth3d opened 1 year ago

paulroth3d commented 1 year ago

Is there a way we can make dividing up work among threads so we can make especially long running processes faster, and take advantage of multiple cores?

In some ways Jupyter is really good at sketches, to understand data and to massage it to something you can work with.

Would be interesting to show how we can handle larger sets of data.

paulroth3d commented 1 year ago

There are some libraries that can help here:

paulroth3d commented 1 year ago

Discuss webworker-threads library https://github.com/audreyt/node-webworker-threads