CODEDRAGON ㆍDevelopment/Python
install jupyter
pip 위치로 이동
파이썬이 설치된 폴더 하위에 Scripts 폴더에 위치해 있습니다.
C:\Python\Python36-32\Scripts
cd C:\Python\Python36-32\Scripts
or
cd %PYTHONHOME%\Scripts
C:\CodeLab>cd C:\Python\Python36-32\Scripts
C:\Python\Python36-32\Scripts> |
jupyter 설치
jupyter는 pip을 사용하여 아래와 같이 간단히 설치할 수 있습니다.
pip install jupyter
C:\CodeLab>pip install jupyter Collecting jupyter Downloading https://files.pythonhosted.org/packages/83/df/0f5dd132200728a86190397e1ea87cd76244e42d39ec5e88efd25b2abd7 e/jupyter-1.0.0-py2.py3-none-any.whl Collecting nbconvert (from jupyter) Downloading https://files.pythonhosted.org/packages/39/ea/280d6c0d92f8e3ca15fd798bbcc2ea141489f9539de7133d8fe 10ea4b049/nbconvert-5.3.1-py2.py3-none-any.whl (387kB) 100% |████████████████████████████████| 389kB 3.6MB/s Collecting ipykernel (from jupyter) Downloading https://files.pythonhosted.org/packages/ab/3f/cd624c835aa3336a9110d0a99e15070f343b881b7d651ab1375e f226a3ac/ipykernel-4.8.2-py3-none-any.whl (108kB) 100% |████████████████████████████████| 112kB 6.9MB/s Collecting ipywidgets (from jupyter) Downloading https://files.pythonhosted.org/packages/7d/24/fabc09ad81c6071159a4d12d5bfbddcbea69bd9e3b16c3250ef 300c0285f/ipywidgets-7.2.1-py2.py3-none-any.whl (106kB) 100% |████████████████████████████████| 112kB 6.8MB/s Collecting notebook (from jupyter) Downloading https://files.pythonhosted.org/packages/c0/66/cfed59f574d03ca5f1b7c5281485a9cc9a0f21342d24e0f05 7572316dae5/notebook-5.5.0-py2.py3-none-any.whl (8.4MB) 100% |████████████████████████████████| 8.4MB 2.8MB/s Collecting qtconsole (from jupyter) Downloading https://files.pythonhosted.org/packages/90/ff/047e0dca2627b162866920e7aa93f04523c0ae81e5c67060e ec85701992d/qtconsole-4.3.1-py2.py3-none-any.whl (108kB) 100% |████████████████████████████████| 112kB 6.4MB/s Collecting jupyter-console (from jupyter) Downloading https://files.pythonhosted.org/packages/77/82/6469cd7fccf7958cbe5dce2e623f1e3c5e27f1bb1ad36d905 19bc2d5d370/jupyter_console-5.2.0-py2.py3-none-any.whl Collecting testpath (from nbconvert->jupyter) Downloading https://files.pythonhosted.org/packages/15/19/d7bc380c479a184e4a5a9ce516e4e2a773165f89b445f7cdc ed83d94de25/testpath-0.3.1-py2.py3-none-any.whl (161kB) 100% |████████████████████████████████| 163kB 6.4MB/s Requirement already satisfied: pygments in c:\python\python36\lib\site-packages (from nbconvert->jupyter) (2.2.0) Collecting entrypoints>=0.2.2 (from nbconvert->jupyter) Downloading https://files.pythonhosted.org/packages/cc/8b/4eefa9b47f1910b3d2081da67726b066e379b04ca897acf e9f92bac56147/entrypoints-0.2.3-py2.py3-none-any.whl Requirement already satisfied: bleach in c:\python\python36\lib\site-packages (from nbconvert->jupyter) (1.5.0) Collecting jupyter-core (from nbconvert->jupyter) Downloading https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b423671 6743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl (126kB) 100% |████████████████████████████████| 133kB 5.0MB/s Collecting jinja2 (from nbconvert->jupyter) Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e868 76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl Collecting pandocfilters>=1.4.1 (from nbconvert->jupyter) Downloading https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd444 1de001767da328c33368ce/pandocfilters-1.4.2.tar.gz Requirement already satisfied: traitlets>=4.2 in c:\python\python36\lib\site-packages (from nbconvert->jupyter) (4.3.2) Collecting nbformat>=4.4 (from nbconvert->jupyter) Downloading https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e 7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl (155kB) 100% |████████████████████████████████| 163kB 6.6MB/s Collecting mistune>=0.7.4 (from nbconvert->jupyter) Downloading https://files.pythonhosted.org/packages/c8/8c/87f4d359438ba0321a2ae91936030110bfcc62fef75 2656321a72b8c1af9/mistune-0.8.3-py2.py3-none-any.whl Collecting tornado>=4.0 (from ipykernel->jupyter) Using cached https://files.pythonhosted.org/packages/3d/4a/5b321dc86dec06205cfae8e06fd9fa78be57e199b8665 dc152c56f7d5b53/tornado-5.0.2-cp36-cp36m-win_amd64.whl Collecting jupyter-client (from ipykernel->jupyter) Downloading https://files.pythonhosted.org/packages/94/dd/fe6c4d683b09eb05342bd2816b7779663f71762b4fa9c2d5203d35d17354/jupyter_client-5.2.3-py2.py3-none-any.whl (89kB) 100% |████████████████████████████████| 92kB 6.1MB/s Requirement already satisfied: ipython>=4.0.0 in c:\python\python36\lib\site-packages (from ipykernel->jupyter) (6.4.0) Collecting widgetsnbextension~=3.2.0 (from ipywidgets->jupyter) Downloading https://files.pythonhosted.org/packages/ff/fa/64acc09fc845a6b2dc0724d6f3f81e829b778ed5e9 a7559567b4f19a3f4b/widgetsnbextension-3.2.1-py2.py3-none-any.whl (2.2MB) 100% |████████████████████████████████| 2.2MB 5.4MB/s Collecting pyzmq>=17 (from notebook->jupyter) Using cached https://files.pythonhosted.org/packages/27/0b/a275f30738a014dc25443d2f45156ca739991df581fd aa40aa19df6c4f86/pyzmq-17.0.0-cp36-cp36m-win_amd64.whl Collecting terminado>=0.8.1 (from notebook->jupyter) Downloading https://files.pythonhosted.org/packages/2e/20/a26211a24425923d46e1213b376a6ee60dc30bcdf1b0c 345e2c3769deb1c/terminado-0.8.1-py2.py3-none-any.whl Requirement already satisfied: ipython-genutils in c:\python\python36\lib\site-packages (from notebook->jupyter) (0.2.0) Collecting Send2Trash (from notebook->jupyter) Downloading https://files.pythonhosted.org/packages/49/46/c3dc27481d1cc57b9385aff41c474ceb7714f7935b124 7194adae45db714/Send2Trash-1.5.0-py3-none-any.whl Requirement already satisfied: prompt-toolkit<2.0.0,>=1.0.0 in c:\python\python36\lib\ site-packages (from jupyter-console->jupyter) (1.0.15) Requirement already satisfied: html5lib!=0.9999,!=0.99999,<0.99999999,>=0.999 in c:\python\ python36\lib\site-packages (from bleach->nbconvert->jupyter) (0.9999999) Requirement already satisfied: six in c:\python\python36\lib\site-packages (from bleach-> nbconvert->jupyter) (1.11.0) Collecting MarkupSafe>=0.23 (from jinja2->nbconvert->jupyter) Requirement already satisfied: decorator in c:\python\python36\lib\site-packages (from traitlets>=4.2->nbconvert->jupyter) (4.3.0) Collecting jsonschema!=2.5.0,>=2.4 (from nbformat>=4.4->nbconvert->jupyter) Downloading https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b 331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl Collecting python-dateutil>=2.1 (from jupyter-client->ipykernel->jupyter) Using cached https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8 b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl Requirement already satisfied: backcall in c:\python\python36\lib\site-packages (from ipython>=4.0.0->ipykernel->jupyter) (0.1.0) Requirement already satisfied: colorama; sys_platform == "win32" in c:\python \python36\lib\site-packages (from ipython>=4.0.0->ipykernel->jupyter) (0.3.9) Requirement already satisfied: pickleshare in c:\python\python36\lib\site-packages (from ipython>=4.0.0->ipykernel->jupyter) (0.7.4) Requirement already satisfied: jedi>=0.10 in c:\python\python36\lib\site-packages (from ipython>=4.0.0->ipykernel->jupyter) (0.12.0) Requirement already satisfied: setuptools>=18.5 in c:\python\python36\lib\site-packages (from ipython>=4.0.0->ipykernel->jupyter) (39.0.1) Requirement already satisfied: simplegeneric>0.8 in c:\python\python36\lib\site-packages (from ipython>=4.0.0->ipykernel->jupyter) (0.8.1) Collecting pywinpty>=0.5; os_name == "nt" (from terminado>=0.8.1->notebook->jupyter) Downloading https://files.pythonhosted.org/packages/4e/ad/ec514e8077f595be1543299d263f2a9d616d6b34 5647395918d315b85d8d/pywinpty-0.5.3-cp36-cp36m-win_amd64.whl (1.3MB) 100% |████████████████████████████████| 1.3MB 6.0MB/s Requirement already satisfied: wcwidth in c:\python\python36\lib\site-packages (from prompt-toolkit<2.0.0,>=1.0.0->jupyter-console->jupyter) (0.1.7) Requirement already satisfied: parso>=0.2.0 in c:\python\python36\lib\site-packages (from jedi>=0.10->ipython>=4.0.0->ipykernel->jupyter) (0.2.1) Building wheels for collected packages: pandocfilters, MarkupSafe Running setup.py bdist_wheel for pandocfilters ... done Stored in directory: C:\Users\tj\AppData\Local\pip\Cache\wheels\39\01\56\f1b08a6275acc59e846fa4c1e1b65dbc1919f20157d9e66c20 Running setup.py bdist_wheel for MarkupSafe ... done Stored in directory: C:\Users\tj\AppData\Local\pip\Cache\wheels\33\56\20\ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46 Successfully built pandocfilters MarkupSafe Installing collected packages: testpath, entrypoints, jupyter-core, MarkupSafe, jinja2, pandocfilters, jsonschema, nbformat, mistune, nbconvert, tornado, python-dateutil, pyzmq, jupyter-client, ipykernel, pywinpty, terminado, Send2Trash, notebook, widgetsnbextension, ipywidgets, qtconsole, jupyter-console, jupyter Successfully installed MarkupSafe-1.0 Send2Trash-1.5.0 entrypoints-0.2.3 ipykernel-4.8.2 ipywidgets-7.2.1 jinja2-2.10 jsonschema-2.6.0 jupyter-1.0.0 jupyter-client-5.2.3 jupyter-console-5.2.0 jupyter-core-4.4.0 mistune-0.8.3 nbconvert-5.3.1 nbformat-4.4.0 notebook-5.5.0 pandocfilters-1.4.2 python-dateutil-2.7.3 pywinpty-0.5.3 pyzmq-17.0.0 qtconsole-4.3.1 terminado-0.8.1 testpath-0.3.1 tornado-5.0.2 widgetsnbextension-3.2.1
C:\CodeLab> |
'Development > Python' 카테고리의 다른 글
pip (Python Installing python Packages), pip 위치 (0) | 2018.06.11 |
---|---|
Data Structures (0) | 2018.06.09 |
ipython 프로필 설정하기 (0) | 2018.06.05 |
10 Minutes to pandas (0) | 2018.06.05 |
dict 사용 - dict 특정 요소 참조, 특정 요소 삭제 (0) | 2018.05.28 |