Skip to content

Commit 8e7aace

Browse files
committed
juptyer notebook installation suggestion
1 parent 6df2e7f commit 8e7aace

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

notebooks/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# README
22

3-
1. Make sure that you have Octave installed.
3+
1. Make sure that you have Octave installed.
44
2. If you have Conda/Jupyter/pip installed, go to step 4.
5+
Check is Conda installed properly by `conda list` typing into your terminal
56
3. Download the [Anaconda Installer](https://www.anaconda.com/products/individual) and install it.
6-
4. Install [Octave kernel](https://pypi.org/project/octave-kernel/):
7+
If using miniconda, run `conda install jupyter` to download and install the Jupyter Notebook package.
8+
4. Install [Octave kernel](https://pypi.org/project/octave-kernel/):
79
```
810
pip install octave_kernel
911
```

0 commit comments

Comments
 (0)