-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
34 lines (17 loc) · 871 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
How to install python to run Jupyter notebook. (.ipynb file)
— if you already have python and jupyter notebooks installed and are happy with the installation skip to SECTION 2.
This section installs python with anaconda, which is my recommendation!
SECTION 1 — python/jupyter notebook installation
For Mac users:
https://medium.com/@GalarnykMichael/install-python-on-mac-anaconda-ccd9f2014072
For Windows users:
https://medium.com/@GalarnykMichael/install-python-on-windows-anaconda-c63c7c3d1444
SECTION 2
Make sure that you have the following packages installed, in terminal:
$ pip install numpy
$ pip install matplotlib
$ pip install pylon
$ jupyter notebook ——> will launch a browser to get to the this notebook.
SECTION 3
Here is a quick tutorial on navigating jupyter notebooks:
https://www.youtube.com/watch?v=jZ952vChhuI