AKAI TSUKI

System development or Technical something

Install Jupyter Notebook by pip3.5 in CentOS 7 and python 3.5

Commadn list

After Install python 3.5 in CentOS 7(docker container) - AKAI TSUKI

  • install jupyter notebook
# find / -name "pip*"
# pip3.5 -V
# pip3.5 install jupyter

Detail

[root@519dd98187dd /]# find / -name "pip*"
/usr/bin/pip3.5
/usr/lib/python3.5/site-packages/pip
/usr/lib/python3.5/site-packages/pip-9.0.1-py3.5.egg-info
/usr/lib64/python2.7/pipes.py
/usr/lib64/python2.7/pipes.pyc
/usr/lib64/python2.7/pipes.pyo
/usr/lib64/python3.5/__pycache__/pipes.cpython-35.opt-1.pyc
/usr/lib64/python3.5/__pycache__/pipes.cpython-35.opt-2.pyc
/usr/lib64/python3.5/__pycache__/pipes.cpython-35.pyc
/usr/lib64/python3.5/pipes.py
/usr/lib64/python3.5/ensurepip/_bundled/pip-9.0.1-py2.py3-none-any.whl
/usr/share/bash-completion/completions/pip3.5
/proc/sys/fs/pipe-max-size
[root@519dd98187dd /]# pip3.5 -V
pip 9.0.1 from /usr/lib/python3.5/site-packages (python 3.5)
[root@519dd98187dd /]# pip3.5 install jupyter
Collecting jupyter
  Downloading jupyter-1.0.0-py2.py3-none-any.whl
Collecting nbconvert (from jupyter)
  Downloading nbconvert-5.1.1-py2.py3-none-any.whl (372kB)
    100% |################################| 378kB 2.9MB/s
Collecting notebook (from jupyter)
  Downloading notebook-4.4.1-py2.py3-none-any.whl (6.9MB)
    100% |################################| 6.9MB 238kB/s
Collecting ipywidgets (from jupyter)
  Downloading ipywidgets-5.2.2-py2.py3-none-any.whl (43kB)
    100% |################################| 51kB 3.1MB/s
Collecting qtconsole (from jupyter)
  Downloading qtconsole-4.2.1-py2.py3-none-any.whl (104kB)
    100% |################################| 112kB 3.7MB/s
Collecting jupyter-console (from jupyter)
  Downloading jupyter_console-5.1.0-py2.py3-none-any.whl
Collecting ipykernel (from jupyter)
  Downloading ipykernel-4.5.2-py2.py3-none-any.whl (98kB)
    100% |################################| 102kB 3.6MB/s
Collecting pandocfilters>=1.4.1 (from nbconvert->jupyter)
  Downloading pandocfilters-1.4.1.tar.gz
Collecting jinja2 (from nbconvert->jupyter)
  Downloading Jinja2-2.9.5-py2.py3-none-any.whl (340kB)
    100% |################################| 348kB 1.5MB/s
Collecting entrypoints>=0.2.2 (from nbconvert->jupyter)
  Downloading entrypoints-0.2.2-py2.py3-none-any.whl
Collecting bleach (from nbconvert->jupyter)
  Downloading bleach-1.5.0-py2.py3-none-any.whl
Collecting mistune!=0.6 (from nbconvert->jupyter)
  Downloading mistune-0.7.3-py2.py3-none-any.whl
Collecting pygments (from nbconvert->jupyter)
  Downloading Pygments-2.2.0-py2.py3-none-any.whl (841kB)
    100% |################################| 849kB 1.3MB/s
Collecting testpath (from nbconvert->jupyter)
  Downloading testpath-0.3-py2.py3-none-any.whl (82kB)
    100% |################################| 92kB 4.1MB/s
Collecting traitlets>=4.2 (from nbconvert->jupyter)
  Downloading traitlets-4.3.1-py2.py3-none-any.whl (74kB)
    100% |################################| 81kB 5.2MB/s
Collecting jupyter-core (from nbconvert->jupyter)
  Downloading jupyter_core-4.2.1-py2.py3-none-any.whl (125kB)
    100% |################################| 133kB 3.3MB/s
Collecting nbformat (from nbconvert->jupyter)
  Downloading nbformat-4.2.0-py2.py3-none-any.whl (153kB)
    100% |################################| 153kB 1.8MB/s
Collecting terminado>=0.3.3; sys_platform != "win32" (from notebook->jupyter)
  Downloading terminado-0.6.tar.gz
Collecting jupyter-client (from notebook->jupyter)
  Downloading jupyter_client-4.4.0-py2.py3-none-any.whl (76kB)
    100% |################################| 81kB 2.3MB/s
Collecting tornado>=4 (from notebook->jupyter)
  Downloading tornado-4.4.2.tar.gz (460kB)
    100% |################################| 460kB 2.1MB/s
Collecting ipython-genutils (from notebook->jupyter)
  Downloading ipython_genutils-0.1.0-py2.py3-none-any.whl
Collecting widgetsnbextension>=1.2.6 (from ipywidgets->jupyter)
  Downloading widgetsnbextension-1.2.6-py2.py3-none-any.whl (1.5MB)
    100% |################################| 1.5MB 839kB/s
Collecting ipython>=4.0.0 (from ipywidgets->jupyter)
  Downloading ipython-5.2.2-py3-none-any.whl (749kB)
    100% |################################| 757kB 1.8MB/s
Collecting prompt-toolkit<2.0.0,>=1.0.0 (from jupyter-console->jupyter)
  Downloading prompt_toolkit-1.0.13-py3-none-any.whl (247kB)
    100% |################################| 256kB 3.5MB/s
Collecting MarkupSafe>=0.23 (from jinja2->nbconvert->jupyter)
  Downloading MarkupSafe-0.23.tar.gz
Collecting html5lib!=0.9999,!=0.99999,<0.99999999,>=0.999 (from bleach->nbconvert->jupyter)
  Downloading html5lib-0.9999999.tar.gz (889kB)
    100% |################################| 890kB 1.2MB/s
Collecting six (from bleach->nbconvert->jupyter)
  Downloading six-1.10.0-py2.py3-none-any.whl
Collecting decorator (from traitlets>=4.2->nbconvert->jupyter)
  Downloading decorator-4.0.11-py2.py3-none-any.whl
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat->nbconvert->jupyter)
  Downloading jsonschema-2.6.0-py2.py3-none-any.whl
Collecting ptyprocess (from terminado>=0.3.3; sys_platform != "win32"->notebook->jupyter)
  Downloading ptyprocess-0.5.1-py2.py3-none-any.whl
Collecting pyzmq>=13 (from jupyter-client->notebook->jupyter)
  Downloading pyzmq-16.0.2-cp35-cp35m-manylinux1_x86_64.whl (3.0MB)
    100% |################################| 3.0MB 500kB/s
Collecting pexpect; sys_platform != "win32" (from ipython>=4.0.0->ipywidgets->jupyter)
  Downloading pexpect-4.2.1-py2.py3-none-any.whl (55kB)
    100% |################################| 61kB 6.6MB/s
Collecting simplegeneric>0.8 (from ipython>=4.0.0->ipywidgets->jupyter)
  Downloading simplegeneric-0.8.1.zip
Requirement already satisfied: setuptools>=18.5 in /usr/lib/python3.5/site-packages (from ipython>=4.0.0->ipywidgets->jupyter)
Collecting pickleshare (from ipython>=4.0.0->ipywidgets->jupyter)
  Downloading pickleshare-0.7.4-py2.py3-none-any.whl
Collecting wcwidth (from prompt-toolkit<2.0.0,>=1.0.0->jupyter-console->jupyter)
  Downloading wcwidth-0.1.7-py2.py3-none-any.whl
Installing collected packages: pandocfilters, MarkupSafe, jinja2, entrypoints, six, html5lib, bleach, mistune, pygments, testpath, ipython-genutils, decorator, traitlets, jupyter-core, jsonschema, nbformat, nbconvert, ptyprocess, tornado, terminado, pyzmq, jupyter-client, pexpect, wcwidth, prompt-toolkit, simplegeneric, pickleshare, ipython, ipykernel, notebook, widgetsnbextension, ipywidgets, qtconsole, jupyter-console, jupyter
  Running setup.py install for pandocfilters ... done
  Running setup.py install for MarkupSafe ... done
  Running setup.py install for html5lib ... done
  Running setup.py install for tornado ... done
  Running setup.py install for terminado ... done
  Running setup.py install for simplegeneric ... done
Successfully installed MarkupSafe-0.23 bleach-1.5.0 decorator-4.0.11 entrypoints-0.2.2 html5lib-0.9999999 ipykernel-4.5.2 ipython-5.2.2 ipython-genutils-0.1.0 ipywidgets-5.2.2 jinja2-2.9.5 jsonschema-2.6.0 jupyter-1.0.0 jupyter-client-4.4.0 jupyter-console-5.1.0 jupyter-core-4.2.1 mistune-0.7.3 nbconvert-5.1.1 nbformat-4.2.0 notebook-4.4.1 pandocfilters-1.4.1 pexpect-4.2.1 pickleshare-0.7.4 prompt-toolkit-1.0.13 ptyprocess-0.5.1 pygments-2.2.0 pyzmq-16.0.2 qtconsole-4.2.1 simplegeneric-0.8.1 six-1.10.0 terminado-0.6 testpath-0.3 tornado-4.4.2 traitlets-4.3.1 wcwidth-0.1.7 widgetsnbextension-1.2.6
[root@519dd98187dd /]#