We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Pkg
1 parent 9a982cc commit 4b1286aCopy full SHA for 4b1286a
README.md
@@ -23,6 +23,7 @@ or later* and run the installer. Then run the Julia application
23
(double-click on it); a window with a `julia>` prompt will appear. At
24
the prompt, type:
25
```julia
26
+using Pkg
27
Pkg.add("IJulia")
28
```
29
to install IJulia.
@@ -310,4 +311,4 @@ Restart the notebook and look for the error message when IJulia dies.
310
311
the terminal where you launched `jupyter`).
312
313
When you are done, set `ENV["IJULIA_DEBUG"]=false` and re-run
-`Pkg.build("IJulia")` to turn off the debugging output.
314
+`Pkg.build("IJulia")` to turn off the debugging output.
0 commit comments