From 8e7aace7cdbc003cbfccbb350233b39208f31741 Mon Sep 17 00:00:00 2001 From: Ceren Date: Wed, 16 Sep 2020 12:13:31 +0200 Subject: [PATCH 1/3] juptyer notebook installation suggestion --- notebooks/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/notebooks/README.md b/notebooks/README.md index 9ec8cd6d..22358af7 100644 --- a/notebooks/README.md +++ b/notebooks/README.md @@ -1,9 +1,11 @@ # README -1. Make sure that you have Octave installed. +1. Make sure that you have Octave installed. 2. If you have Conda/Jupyter/pip installed, go to step 4. +Check is Conda installed properly by `conda list` typing into your terminal 3. Download the [Anaconda Installer](https://www.anaconda.com/products/individual) and install it. -4. Install [Octave kernel](https://pypi.org/project/octave-kernel/): +If using miniconda, run `conda install jupyter` to download and install the Jupyter Notebook package. +4. Install [Octave kernel](https://pypi.org/project/octave-kernel/): ``` pip install octave_kernel ``` From 5cde5e27c7b6ffb52b63428c35e50d155f355d3d Mon Sep 17 00:00:00 2001 From: marcobarilari <38101692+marcobarilari@users.noreply.github.com> Date: Sat, 3 Oct 2020 17:16:54 +0200 Subject: [PATCH 2/3] Update notebooks/README.md Co-authored-by: Remi Gau --- notebooks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/README.md b/notebooks/README.md index 22358af7..c455a2bd 100644 --- a/notebooks/README.md +++ b/notebooks/README.md @@ -2,7 +2,7 @@ 1. Make sure that you have Octave installed. 2. If you have Conda/Jupyter/pip installed, go to step 4. -Check is Conda installed properly by `conda list` typing into your terminal +Check if Conda installed properly by `conda list` typing into your terminal 3. Download the [Anaconda Installer](https://www.anaconda.com/products/individual) and install it. If using miniconda, run `conda install jupyter` to download and install the Jupyter Notebook package. 4. Install [Octave kernel](https://pypi.org/project/octave-kernel/): From 00adc35e588e6830d9c7a99eee8e11570f042ef2 Mon Sep 17 00:00:00 2001 From: marcobarilari <38101692+marcobarilari@users.noreply.github.com> Date: Sat, 3 Oct 2020 17:19:24 +0200 Subject: [PATCH 3/3] Update notebooks/README.md --- notebooks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/README.md b/notebooks/README.md index c455a2bd..7bcdbe46 100644 --- a/notebooks/README.md +++ b/notebooks/README.md @@ -2,7 +2,7 @@ 1. Make sure that you have Octave installed. 2. If you have Conda/Jupyter/pip installed, go to step 4. -Check if Conda installed properly by `conda list` typing into your terminal +Check if Conda is installed properly by typing `conda list` into your terminal 3. Download the [Anaconda Installer](https://www.anaconda.com/products/individual) and install it. If using miniconda, run `conda install jupyter` to download and install the Jupyter Notebook package. 4. Install [Octave kernel](https://pypi.org/project/octave-kernel/):