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.
1 parent 6df2e7f commit 8e7aaceCopy full SHA for 8e7aace
notebooks/README.md
@@ -1,9 +1,11 @@
1
# README
2
3
-1. Make sure that you have Octave installed.
+1. Make sure that you have Octave installed.
4
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
6
3. Download the [Anaconda Installer](https://www.anaconda.com/products/individual) and install it.
-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/):
9
```
10
pip install octave_kernel
11
0 commit comments