Run pluto with more threads? #830
-
|
I noticed that in the source code, My question is, can I change this so that I can use more threads? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Turns out it is as simple as |
Beta Was this translation helpful? Give feedback.
-
|
As a side note, might be trivial, but it'd be nice to have a consistent way of passing numerical parameters:
instead of:
Got a conversion error when using the former: |
Beta Was this translation helpful? Give feedback.
Turns out it is as simple as
Pluto.run(threads="11")lol