Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PyJulia package in julia-notebook and datascience-notebook #2229

Open
i0ntempest opened this issue Feb 21, 2025 · 3 comments
Open

Add PyJulia package in julia-notebook and datascience-notebook #2229

i0ntempest opened this issue Feb 21, 2025 · 3 comments
Labels
type:Enhancement A proposed enhancement to the docker images

Comments

@i0ntempest
Copy link

What docker image(s) is this feature applicable to?

julia-notebook

What change(s) are you proposing?

Add PyJulia package to julia-notebook and datascience-notebook

How does this affect the user?

PyJulia allows calling julia from python, which is very useful when using this notebook with Open WebUI where models can only call Python.

Anything else?

No response

@i0ntempest i0ntempest added the type:Enhancement A proposed enhancement to the docker images label Feb 21, 2025
@mathbunnyru
Copy link
Member

PyJulia doesn't seem to be supported anymore: https://github.com/JuliaPy/pyjulia#pyjulia:

Ongoing development of the Python/Julia interface has transitioned to PythonCall.jl/juliacall, please consider using that package instead.

So, I don't think we will be adding PyJulia.

But we might add https://github.com/JuliaPy/PythonCall.jl, could you please create a PR where you add this package?
It would be great, if you added a test that it works as well

@i0ntempest
Copy link
Author

PyJulia doesn't seem to be supported anymore: JuliaPy/pyjulia#pyjulia:

Ongoing development of the Python/Julia interface has transitioned to PythonCall.jl/juliacall, please consider using that package instead.

So, I don't think we will be adding PyJulia.

But we might add JuliaPy/PythonCall.jl, could you please create a PR where you add this package? It would be great, if you added a test that it works as well

Just saw that - that package would be even better. I'm not familiar with composing docker images, but I'll try adding packages to a running image and report back.

@mathbunnyru
Copy link
Member

mathbunnyru commented Feb 22, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Enhancement A proposed enhancement to the docker images
Projects
None yet
Development

No branches or pull requests

2 participants