Getting python and erlport to work together

I’m trying to build something in Elixir similar to a very bare bones version of Einblick. Collaborative work on panda dataframes. I’m having a little bit of an issue with it in Elixir.

I have a book on Erlang and am wondering what wuold be the best online resource as far as working with Python and Erlang togetherr (paid or free).

You may be interested in https://github.com/Pyrlang/Pyrlang

Mentioned in this recent post to Erlang forum:
https://erlangforums.com/t/smashing-the-data-bottleneck-with-federated-machine-learning-on-the-beam-vijay-chakilam-code-beam-europe-2022/1944

Is Pyrlang still supported? I would like to take advantage of it, but I don’t want to integrate it into my project just to have it break with the next Erlang update.

I know it’s not erlang, but livebook / explorer on the elixir side might also be interesting.