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 35b9ade commit c909760Copy full SHA for c909760
docs/source/limitations.rst
@@ -50,7 +50,7 @@ No threading support
50
51
PyJulia cannot be used in different threads since libjulia is not
52
thread safe. However, you can `use multiple threads within Julia
53
-<https://docs.julialang.org/en/v1.0/manual/parallel-computing/#Multi-Threading-(Experimental)-1>`_.
+<https://docs.julialang.org/en/v1/manual/parallel-computing/#Multi-Threading-(Experimental)-1>`_.
54
For example, start IPython by ``JULIA_NUM_THREADS=4 ipython`` and then
55
run:
56
0 commit comments