CODEDRAGON ㆍDevelopment/Python
JupytherLab - install (주피터랩 설치하기)
https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html
pip install jupyterlab
C:\CodeLab>pip install jupyterlab Collecting jupyterlab Downloading https://files.pythonhosted.org/packages/c2/87/3ec9083af60863f66b4071bc952031950f46daeb4da1710939dee5d91321/jupyterlab-0.34.10-py3-none-any.whl (14.0MB) 100% |████████████████████████████████| 14.0MB 2.4MB/s Requirement already satisfied: notebook>=4.3.1 in c:\python\python36\lib\site-packages (from jupyterlab) (5.6.0) Collecting jupyterlab-launcher<0.14.0,>=0.13.1 (from jupyterlab) Requirement already satisfied: prometheus-client in c:\python\python36\lib\site-packages (from notebook>=4.3.1->jupyterlab) (0.3.1) Requirement already satisfied: jinja2 in c:\python\python36\lib\site-packages (from notebook>=4.3.1->jupyterlab) (2.10) Requirement already satisfied: ipykernel in c:\python\python36\lib\site-packages (from notebook>=4.3.1->jupyterlab) (4.9.0) Requirement already satisfied: tornado>=4 in c:\python\python36\lib\site-packages (from notebook>=4.3.1->jupyterlab) (5.0.2) Requirement already satisfied: terminado>=0.8.1 in c:\python\python36\lib\site-packages (from notebook>=4.3.1->jupyterlab) (0.8.1) Requirement already satisfied: traitlets>=4.2.1 in c:\python\python36\lib\site-packages (from notebook>=4.3.1->jupyterlab) (4.3.2) Requirement already satisfied: Send2Trash in c:\python\python36\lib\site-packages (from notebook>=4.3.1->jupyterlab) (1.5.0) Requirement already satisfied: ipython-genutils in c:\python\python36\lib\site-packages (from notebook>=4.3.1->jupyterlab) (0.2.0) Requirement already satisfied: nbformat in c:\python\python36\lib\site-packages (from notebook>=4.3.1->jupyterlab) (4.4.0) Requirement already satisfied: jupyter-core>=4.4.0 in c:\python\python36\lib\site-packages (from notebook>=4.3.1->jupyterlab) (4.4.0) Requirement already satisfied: pyzmq>=17 in c:\python\python36\lib\site-packages (from notebook>=4.3.1->jupyterlab) (17.1.2) Requirement already satisfied: nbconvert in c:\python\python36\lib\site-packages (from notebook>=4.3.1->jupyterlab) (5.3.1) Requirement already satisfied: jupyter-client>=5.2.0 in c:\python\python36\lib\site-packages (from notebook>=4.3.1->jupyterlab) (5.2.3) Requirement already satisfied: jsonschema>=2.6.0 in c:\python\python36\lib\site-packages (from jupyterlab-launcher<0.14.0,>=0.13.1->jupyterlab) (2.6.0) Requirement already satisfied: MarkupSafe>=0.23 in c:\python\python36\lib\site-packages (from jinja2->notebook>=4.3.1->jupyterlab) (1.0) Requirement already satisfied: ipython>=4.0.0 in c:\python\python36\lib\site-packages (from ipykernel->notebook>=4.3.1->jupyterlab) (6.4.0) Requirement already satisfied: pywinpty>=0.5; os_name == "nt" in c:\python\python36\lib\site-packages (from terminado>=0.8.1->notebook>=4.3.1->jupyterlab) (0.5.4) Requirement already satisfied: six in c:\python\python36\lib\site-packages (from traitlets>=4.2.1->notebook>=4.3.1->jupyterlab) (1.11.0) Requirement already satisfied: decorator in c:\python\python36\lib\site-packages (from traitlets>=4.2.1->notebook>=4.3.1->jupyterlab) (4.3.0) Requirement already satisfied: entrypoints>=0.2.2 in c:\python\python36\lib\site-packages (from nbconvert->notebook>=4.3.1->jupyterlab) (0.2.3) Requirement already satisfied: mistune>=0.7.4 in c:\python\python36\lib\site-packages (from nbconvert->notebook>=4.3.1->jupyterlab) (0.8.3) Requirement already satisfied: pygments in c:\python\python36\lib\site-packages (from nbconvert->notebook>=4.3.1->jupyterlab) (2.2.0) Requirement already satisfied: pandocfilters>=1.4.1 in c:\python\python36\lib\site-packages (from nbconvert->notebook>=4.3.1->jupyterlab) (1.4.2) Requirement already satisfied: testpath in c:\python\python36\lib\site-packages (from nbconvert->notebook>=4.3.1->jupyterlab) (0.3.1) Requirement already satisfied: bleach in c:\python\python36\lib\site-packages (from nbconvert->notebook>=4.3.1->jupyterlab) (1.5.0) Requirement already satisfied: python-dateutil>=2.1 in c:\python\python36\lib\site-packages (from jupyter-client>=5.2.0->notebook>=4.3.1->jupyterlab) (2.7.3) Requirement already satisfied: prompt-toolkit<2.0.0,>=1.0.15 in c:\python\python36\lib\site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.3.1->jupyterlab) (1.0.15) Requirement already satisfied: pickleshare in c:\python\python36\lib\site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.3.1->jupyterlab) (0.7.4) Requirement already satisfied: setuptools>=18.5 in c:\python\python36\lib\site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.3.1->jupyterlab) (39.0.1) Requirement already satisfied: simplegeneric>0.8 in c:\python\python36\lib\site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.3.1->jupyterlab) (0.8.1) Requirement already satisfied: backcall in c:\python\python36\lib\site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.3.1->jupyterlab) (0.1.0) Requirement already satisfied: colorama; sys_platform == "win32" in c:\python\python36\lib\site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.3.1->jupyterlab) (0.3.9) Requirement already satisfied: jedi>=0.10 in c:\python\python36\lib\site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.3.1->jupyterlab) (0.12.0) Requirement already satisfied: html5lib!=0.9999,!=0.99999,<0.99999999,>=0.999 in c:\python\python36\lib\site-packages (from bleach->nbconvert->notebook>=4.3.1->jupyterlab) (0.9999999) Requirement already satisfied: wcwidth in c:\python\python36\lib\site-packages (from prompt-toolkit<2.0.0,>=1.0.15->ipython>=4.0.0->ipykernel->notebook>=4.3.1->jupyterlab) (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->notebook>=4.3.1->jupyterlab) (0.2.1) Installing collected packages: jupyterlab-launcher, jupyterlab Successfully installed jupyterlab-0.34.10 jupyterlab-launcher-0.13.1
C:\CodeLab> |
pip show jupyterlab
C:\CodeLab>pip show jupyterlab Name: jupyterlab Version: 0.34.10 Summary: The JupyterLab notebook server extension. Home-page: http://jupyter.org Author: Jupyter Development Team Author-email: jupyter@googlegroups.com License: BSD Location: c:\python\python36\lib\site-packages Requires: jupyterlab-launcher, notebook Required-by:
C:\CodeLab> |
'Development > Python' 카테고리의 다른 글
JupyterLab 실행하기 (0) | 2018.12.27 |
---|---|
len() (0) | 2018.12.21 |
BeautifulSoup 패키지 (0) | 2018.12.10 |
Machine Learning Cheat Sheet (for scikit-learn) (0) | 2018.12.05 |
Keras - multi_gpu_model (0) | 2018.11.22 |