Skip to content

Jupyter (IPython) Prerequisites

Don Jayamanne edited this page Sep 27, 2016 · 4 revisions

OS X

  • ZeroMQ (brew install zeromq)
  • Jupyter notebook (needs to be installed and on your $PATH)

Windows

  • ZeroMQ
  • Python (tread on your own or install Anaconda)
  • Jupyter notebook (needs to be installed and on your current PATH)

Linux

  • 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)
Clone this wiki locally