We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cae40 commit 1337d51Copy full SHA for 1337d51
exercises/multithreading/README.md
@@ -1,6 +1,6 @@
1
## Requirements
2
3
-Only needed if you're running this not on NERSC or GCP:
+To create the Jupyter multi-threaded kernel (only needed if you're running this not on NERSC or GCP):
4
5
```
6
julia --project=. -e 'using Pkg; Pkg.instantiate(); using IJulia; IJulia.installkernel("Multithreaded Julia", "--project=@.", "--threads=auto")'
0 commit comments