Skip to content

Commit 07f30e4

Browse files
Note that IJulia must be installed in the global environment in README (#1128)
* Note that IJulia must be installed in the global environment in README * Fix typo * Update README.md Co-authored-by: Steven G. Johnson <[email protected]> --------- Co-authored-by: Steven G. Johnson <[email protected]>
1 parent 7d1030e commit 07f30e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ If you already have Python/Jupyter installed on your machine, this process will
3636
that tells Jupyter how to launch Julia. You can then launch the notebook server the usual
3737
way by running `jupyter notebook` in the terminal.
3838

39+
Note that `IJulia` should generally be installed in Julia's global package environment, unless you
40+
install a custom kernel that specifies a particular environment.
41+
3942
Alternatively, you can have IJulia create and manage its own Python/Jupyter installation.
4043
To do this, type the following in Julia, at the `julia>` prompt:
4144

0 commit comments

Comments
 (0)