How to do multi-threading within julia when using pyjulia · Issue #438 · JuliaPy/pyjulia

In the documentation, it says _PyJulia cannot be used in different threads since libjulia is not thread safe. However, you can use multiple threads within Julia. For example, start IPython by JULIA...