Private Julia subsystem for Python, as is done in PyCall.jl for the opposite

We have pyjulia, which I believe works for an existing Julia installation. Is it also possible to let Python to install a private Julia subsystem, that is independent from any existing or non-existing Julia installation?

My goal is to write a Python package that wraps around a Julia package. What would be the best approach?

related github issue:
https://github.com/JuliaPy/pyjulia/issues/118

1 Like

Awesome. Thanks for the pointer!