Ipython Notebook Install

Source: Internet
Author: User

1.python Install (ubuntut system default 2.7.x)

Github:https://github.com/ipython/ipython

2.sudo Apt-get Install Ipython

3. sudo apt-get install Ipython-notebook

4.install PYZMQ

1) Download Zeromq:http://zeromq.org/bindings:python

./configure

Install

sudo make install

sudo ldconfig

2) Download PYZMQ:HTTPS://PYPI.PYTHON.ORG/PYPI/PYZMQ or HTTPS://GITHUB.COM/ZEROMQ/PYZMQ

Python setup.py build_ext--inplace (without prompting for lack of trust)

sudo apt-get install Cython (solve the above problem)

Python setup.py build_ext--inplace

sudo python setup.py install

Python-c "Import Zmq"

5.download Tornado:https://github.com/tornadoweb/tornado

Python setup.py Build

sudo python setup.py install

6.ipython Notebook: Open on Web side

7. Data analysis Tools Mathjax:https://github.com/mathjax/mathjax

Under Ipython, enter:
From IPython.external.mathjax import Install_mathjax

Ipython Notebook Install

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.