Getting started with JupyterLab

Getting started with JupyterLab

Install with pip

If you use pip, you can install it with:

pip install jupyterlab

If installing using pip install --user, you must add the user-level bin directory to your PATH environment variable in order to launch jupyter lab. If you are using a Unix derivative (FreeBSD, GNU / Linux, OS X), you can achieve this by using export PATH="$HOME/.local/bin:$PATH" command.

Installing collected packages: ipython-genutils, traitlets, six, python-dateutil, pyzmq, pywin32, jupyter-core, tornado, jupyter-client, pycparser, cffi, argon2-cffi, backcall, pygments, wcwidth, prompt-toolkit, pickleshare, decorator, parso, jedi, colorama, ipython, ipykernel, Send2Trash, pywinpty, terminado, jupyterlab-pygments, webencodings, pyparsing, packaging, bleach, mistune, pyrsistent, attrs, jsonschema, nbformat, entrypoints, defusedxml, nest-asyncio, async-generator, nbclient, MarkupSafe, jinja2, pandocfilters, testpath, nbconvert, prometheus-client, notebook, idna, certifi, urllib3, chardet, requests, json5, jupyterlab-server, jupyterlab
Running setup.py install for pyrsistent ... done
Running setup.py install for pandocfilters ... done
Successfully installed MarkupSafe-1.1.1 Send2Trash-1.5.0 argon2-cffi-20.1.0 async-generator-1.10 attrs-20.3.0 backcall-0.2.0 bleach-3.2.1 certifi-2020.6.20 cffi-1.14.3 chardet-3.0.4 colorama-0.4.4 decorator-4.4.2 defusedxml-0.6.0 entrypoints-0.3 idna-2.10 ipykernel-5.3.4 ipython-7.19.0 ipython-genutils-0.2.0 jedi-0.17.2 jinja2-2.11.2 json5-0.9.5 jsonschema-3.2.0 jupyter-client-6.1.7 jupyter-core-4.6.3 jupyterlab-2.2.9 jupyterlab-pygments-0.1.2 jupyterlab-server-1.2.0 mistune-0.8.4 nbclient-0.5.1 nbconvert-6.0.7 nbformat-5.0.8 nest-asyncio-1.4.2 notebook-6.1.5 packaging-20.4 pandocfilters-1.4.3 parso-0.7.1 pickleshare-0.7.5 prometheus-client-0.8.0 prompt-toolkit-3.0.8 pycparser-2.20 pygments-2.7.2 pyparsing-2.4.7 pyrsistent-0.17.3 python-dateutil-2.8.1 pywin32-228 pywinpty-0.5.7 pyzmq-19.0.2 requests-2.24.0 six-1.15.0 terminado-0.9.1 testpath-0.4.4 tornado-6.1 traitlets-5.0.5 urllib3-1.25.11 wcwidth-0.2.5 webencodings-0.5.1
WARNING: You are using pip version 19.2.3, however version 20.2.4 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

 

 

Run JupyterLab

Once installed, launch JupyterLab with:

jupyter-lab

 

Getting started with the classic Jupyter Notebook

pip

If you use pip, you can install it with:

pip install notebook

Congratulations, you have installed Jupyter Notebook! To run the notebook, run the following command at the Terminal (Mac/Linux) or Command Prompt (Windows):

jupyter notebook

See Running the Notebook for more details.

 

posted @ 2020-11-08 15:38  ChuckLu  阅读(197)  评论(0编辑  收藏  举报