-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Pkg not defined - Julia 1.0 #28574
Comments
You need to |
See related issue #28553 |
@affans Oh, I see. That's make sense. I watched the youtube video -- starts at 4:17 -- she just directly use the Pkg.add("IJulia") -- right now, I guess that's the feature of version 0.6.0? |
It works in both 0.6 and 0.7/1.0 however in 0.7/1.0 it now requires a specific You can also enter the package manager from the repl using |
@affans Great. Thank you very much. |
Try this if you face the issue still, |
I just set up my Julia and IJulia. Setups I followed. julia> using Pkg
julia> Pkg.add("IJulia") |
Hi Team,
I am a new Julia user.
I just installed the Julia 1.0 on my mac, but I found out that it looks like I could not use the Pkg directly?
The text was updated successfully, but these errors were encountered: