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

Closed
shanecandoit opened this issue Oct 4, 2019 · 3 comments
Closed

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

shanecandoit opened this issue Oct 4, 2019 · 3 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?

@JamesWrigley
Copy link
Collaborator

Yes, though the above situation could happen if the kernel was deleted and then IJulia was added again since the build step only runs automatically the very first time the package is installed (in a depot?).

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

4 participants