From charlesreid1

Revision as of 20:13, 30 March 2017 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To install ipython notebook, use pip to install the Jupyter package:

$ pip install jupyter

Then install pandoc to let you turn the notebooks into pdfs/other document types. Try the first one first:

$ pip install pypandoc
$ apt-get install pandoc