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

instructions on how to install ijulia kernel for julia 1.2 #875

Open
shanecandoit opened this issue Oct 4, 2019 · 2 comments
Open

instructions on how to install ijulia kernel for julia 1.2 #875

shanecandoit opened this issue Oct 4, 2019 · 2 comments

Comments

@shanecandoit
Copy link

The given instructions say to enter:

using Pkg
Pkg.add("IJulia")

That did not work for me. Using julia 1.2 these steps worked

  1. type "julia" to start julia repl
  2. I had to enter '']" to get the "pkg>" prompt.
  3. then enter add "IJulia"
  4. then I could restart my jupyter notebook and julia worked
@feanor12
Copy link

usually I need to do build IJulia to see the kernel in jupyter

@nilshg
Copy link

nilshg commented Sep 26, 2024

This can probably be closed?

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

3 participants