Ipython/Jupyter: Difference between revisions
From charlesreid1
(Created page with "To install ipython notebook, use pip to install the Jupyter package: <pre> $ pip install jupyter </pre> Then install pandoc to let you turn the notebooks into pdfs/other doc...") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 11: | Line 11: | ||
$ apt-get install pandoc | $ apt-get install pandoc | ||
</pre> | </pre> | ||
[[Category:Jupyter]] | |||
[[Category:Python]] | |||
Latest revision as of 20:13, 30 March 2017
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