-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Jupyter (IPython) Prerequisites
Don Jayamanne edited this page Oct 12, 2016
·
4 revisions
- ZeroMQ (
brew install zeromq
) - Jupyter notebook (needs to be installed and on your $PATH)
- Anaconda
pip install jupyter
- Unfortunately Windows is not yet supported.
- A release is planned for late October that would rectify this.
- For Debian/Ubuntu based variants, you'll need libzmq3-dev (preferred) or alternatively libzmq-dev.
- For RedHat/CentOS/Fedora/openSUSE based variants, you'll need zeromq and zeromq-devel.
- For Arch Linux based variants, you'll need zeromq or zeromq3 (which has to be built from the AUR).
- For Gentoo Linux based variants, you'll need net-libs/zeromq.
- Jupyter notebook (needs to be installed and on your current PATH)
- Anaconda
pip install jupyter