Coder Social home page Coder Social logo

Comments (6)

davidanthoff avatar davidanthoff commented on May 27, 2024

Yes, the Anaconda distribution works with julia.

Having said that, the story is somewhat more complicated... The julia kernel for Jupyter comes via the julia package IJulia. On a julia prompt, one can just install that with Pkg.add("IJulia"). What happens next depends on the users system:

If there is a jupyter or ipython on the PATH, then IJulia will use that. If not, it will install a private python+jupyter just for its own use. This private python will not be on the path.

Normally jupyter kernels are registered in the folder ~/.jupyter, but I'm not sure what happens if IJulia creates a private jupyter install, i.e. whether it still registers the julia kernel in that location, or also somewhere private.

Long story short, I think maybe the easiest approach is to say that users need to have a jupyter on their PATH with a julia kernel registered onto that if they want to use this extension? And for now just ignore the case where IJulia has a private jupyter installation.

from vscodejupyter.

DonJayamanne avatar DonJayamanne commented on May 27, 2024

Great, one last thing
The way it works is first we need to start a jupyter notebook (in the background).
I will provide the ability for the user to view the URL of the notebook server, if they wish to view it in their browser.

from vscodejupyter.

davidanthoff avatar davidanthoff commented on May 27, 2024

Hm, interesting. I thought jupyter had a non-notebook server mode where clients could connect? But maybe they just combined that all?

from vscodejupyter.

davidanthoff avatar davidanthoff commented on May 27, 2024

Ah, I understand now, the javascript client library you are using needs the notebook server, so all clear.

from vscodejupyter.

DonJayamanne avatar DonJayamanne commented on May 27, 2024

Great

from vscodejupyter.

DonJayamanne avatar DonJayamanne commented on May 27, 2024

Besides if anytime wanted to launch the notebook, they could do so. I know at least one of the python users did (hopefully still does)'

from vscodejupyter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.