In case anyone comes here looking for answers, I’ve ended up moving the Julia code to it’s own microservice. The communication between Python and Julia is handled via requests (requests · PyPI) on the Python side and Genie on the Julia side.
1 Like