ipython notebook installation

pip install ipython

Error. Use virtualenv.

cd ~
virtualenv my-venv
source my-venv/bin/activate
pip install ipython

This completes the installation.

source my-venv/bin/activate

Activate my-env.

(my-venv) $ ipython notebook

Start ipyoton notebook. Then run it in your browser.

Reference site: OSX El Capitan: sudo pip install OSError: [Errno: 1] Operation not permitted

Recommended Posts

ipython notebook installation
IPython Notebook Recommendations
Remotely connect IPython notebook
[IPython] How to Share IPython Notebook
Displaying strings on IPython Notebook
How to use IPython Notebook
Launch the IPython notebook server
Run Apache-Spark with IPython Notebook
Run IPython Notebook on Docker
Graph drawing with IPython Notebook
Use Bokeh with IPython Notebook
R & D life with iPython notebook
Build IPython Notebook environment with boot2docker
Batch processing notes in IPython Notebook
Django installation
Cuda installation
IPython Notebook is now rendered on GitHub!
Use apache Spark with jupyter notebook (IPython notebook)
Pythia Installation
Volatility installation
Python installation
pip installation
Sphinx installation
InstantOS 1 installation
"LIVE" HTML presentation with IPython 3.0.0-dev, IPython Notebook
Jupyter installation
Python installation
Kivy installation
ChaSen installation
Backtrader installation
Rich cell output with Jupyter Notebook (IPython)
pip installation
How to revive cells in iPython notebook
How to debug with Jupyter or iPython Notebook
Launch and use IPython notebook on the network
Use emacs or vim keybindings in IPython notebook
Graph drawing with jupyter (ipython notebook) + matplotlib + vagrant
Introducing Spark to EC2 and linking iPython Notebook
Create a table of contents with IPython notebook