Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/limitations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ No threading support

PyJulia cannot be used in different threads since libjulia is not
thread safe. However, you can `use multiple threads within Julia
<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>`_.
For example, start IPython by ``JULIA_NUM_THREADS=4 ipython`` and then
run:

Expand Down
2 changes: 1 addition & 1 deletion src/julia/libjulia.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class LibJulia(BaseLibJulia):

However, a proper use of the C-API is more involved and presumably
very challenging without C macros. See also:
https://docs.julialang.org/en/latest/manual/embedding/
https://docs.julialang.org/en/v1/manual/embedding/.

Attributes
----------
Expand Down