Skip to content

Auto-install python-jl Jupyter kernel?  #268

Open
@marius311

Description

@marius311
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.

Activity

tkf

tkf commented on Apr 5, 2019

@tkf
Member

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.

marius311

marius311 commented on Apr 8, 2019

@marius311
ContributorAuthor

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

tkf commented on Apr 8, 2019

@tkf
Member

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

marius311 commented on Apr 8, 2019

@marius311
ContributorAuthor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tkf@marius311

        Issue actions

          Auto-install python-jl Jupyter kernel? · Issue #268 · JuliaPy/pyjulia