From b26de527220b985844e8f509e1212373a61ca92d Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Sat, 19 Oct 2024 21:53:24 +0000 Subject: [PATCH 1/3] Note that IJulia must be installed in the global environment in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 354ac559..ff732dad 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ If you already have Python/Jupyter installed on your machine, this process will that tells Jupyter how to launch Julia. You can then launch the notebook server the usual way by running `jupyter notebook` in the terminal. +Note that `IJulia` must be installed in the Julia's global package environment. + Alternatively, you can have IJulia create and manage its own Python/Jupyter installation. To do this, type the following in Julia, at the `julia>` prompt: From 013b0132c6760dedcdbf44b515274f4a1533e23c Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Sat, 19 Oct 2024 21:54:12 +0000 Subject: [PATCH 2/3] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff732dad..7f5f9570 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ If you already have Python/Jupyter installed on your machine, this process will that tells Jupyter how to launch Julia. You can then launch the notebook server the usual way by running `jupyter notebook` in the terminal. -Note that `IJulia` must be installed in the Julia's global package environment. +Note that `IJulia` must be installed in Julia's global package environment. Alternatively, you can have IJulia create and manage its own Python/Jupyter installation. To do this, type the following in Julia, at the `julia>` prompt: From 1881291a712ebfbf718e8eaab87eb58d7bd937e9 Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Tue, 22 Oct 2024 15:30:59 +0000 Subject: [PATCH 3/3] Update README.md Co-authored-by: Steven G. Johnson --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f5f9570..d7e91e55 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ If you already have Python/Jupyter installed on your machine, this process will that tells Jupyter how to launch Julia. You can then launch the notebook server the usual way by running `jupyter notebook` in the terminal. -Note that `IJulia` must be installed in Julia's global package environment. +Note that `IJulia` should generally be installed in Julia's global package environment, unless you +install a custom kernel that specifies a particular environment. Alternatively, you can have IJulia create and manage its own Python/Jupyter installation. To do this, type the following in Julia, at the `julia>` prompt: