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

Auto-install python-jl Jupyter kernel? #268

Open
marius311 opened this issue Apr 5, 2019 · 4 comments
Open

Auto-install python-jl Jupyter kernel? #268

marius311 opened this issue Apr 5, 2019 · 4 comments

Comments

@marius311
Copy link
Contributor

Would you accept a PR that makes it so that upon installing PyJulia, a python-jl-based Jupyter kernel is installed (if Jupyter is present)? I can write this.

@tkf
Copy link
Member

tkf commented Apr 5, 2019

I'm against for auto-install because

Having said that, I think it is a good idea to have something equivalent to python -m ipykernel install (say python -m julia.ipykernel install --python-jl). We can also solve #223 with this.

@tkf tkf mentioned this issue Apr 5, 2019
@marius311
Copy link
Contributor Author

I'm still interested in the kernel installer, that's fine that its not auto-installed. Should I work on that (I think it's not much work) or do you think it's not worth it given how close you may be on getting rid of python-jl entirely?

@tkf
Copy link
Member

tkf commented Apr 8, 2019

I think it's still better to have python -m julia.ipykernel install command due to #223. Adding --python-jl flag for this command to choose python-jl as a "backend" sounds good to me (unlike python-jl -m IPython, there is no obvious command to do this ATM).

@marius311
Copy link
Contributor Author

I think it's still better to have python -m julia.ipykernel install

Sounds good, that's what I'll aim for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants