How to install jupyter notebook - jupyterlab on terminal or pycharm

What's the quick way to install jupyter notebook on terminal or within PyCharm?

Just pip install it using the below command;

pip install jupyterlab
Collecting jupyterlab
  Downloading jupyterlab-3.3.4-py3-none-any.whl (8.7 MB)
     ---------------------------------------- 8.7/8.7 MB 419.2 kB/s eta 0:00:00
Collecting ipython
  Downloading ipython-8.2.0-py3-none-any.whl (750 kB)
     ---------------------------------------- 750.7/750.7 KB 220.5 kB/s eta 0:00:00
Collecting packaging
  Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting jupyter-core
  Downloading jupyter_core-4.10.0-py3-none-any.whl (87 kB)
     ---------------------------------------- 87.3/87.3 KB 126.3 kB/s eta 0:00:00
Collecting jupyterlab-server~=2.10
  Downloading jupyterlab_server-2.13.0-py3-none-any.whl (53 kB)
     ---------------------------------------- 53.5/53.5 KB 306.7 kB/s eta 0:00:00
Collecting jupyter-server~=1.4
  Downloading jupyter_server-1.16.0-py3-none-any.whl (343 kB)
     ---------------------------------------- 343.1/343.1 KB 317.9 kB/s eta 0:00:00
Collecting tornado>=6.1.0
  Downloading tornado-6.1-cp38-cp38-win_amd64.whl (422 kB)
     ---------------------------------------- 422.1/422.1 KB 325.6 kB/s eta 0:00:00
Collecting nbclassic~=0.2
  Downloading nbclassic-0.3.7-py3-none-any.whl (13 kB)
Collecting jinja2>=2.1
  Downloading Jinja2-3.1.1-py3-none-any.whl (132 kB)
     ---------------------------------------- 132.6/132.6 KB 224.1 kB/s eta 0:00:00
Collecting MarkupSafe>=2.0
  Downloading MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl (17 kB)
Collecting anyio>=3.1.0
  Downloading anyio-3.5.0-py3-none-any.whl (79 kB)
     ---------------------------------------- 79.2/79.2 KB 339.9 kB/s eta 0:00:00
Collecting terminado>=0.8.3
  Downloading terminado-0.13.3-py3-none-any.whl (14 kB)
Collecting traitlets>=5.1.0
  Using cached traitlets-5.1.1-py3-none-any.whl (102 kB)
Collecting Send2Trash
  Using cached Send2Trash-1.8.0-py3-none-any.whl (18 kB)
Collecting jupyter-client>=6.1.12
  Downloading jupyter_client-7.2.2-py3-none-any.whl (130 kB)
     ---------------------------------------- 130.6/130.6 KB 295.6 kB/s eta 0:00:00
Collecting nbconvert>=6.4.4
  Downloading nbconvert-6.5.0-py3-none-any.whl (561 kB)
     ---------------------------------------- 561.6/561.6 KB 435.8 kB/s eta 0:00:00
Collecting argon2-cffi
  Using cached argon2_cffi-21.3.0-py3-none-any.whl (14 kB)
Collecting websocket-client
  Downloading websocket_client-1.3.2-py3-none-any.whl (54 kB)
     ---------------------------------------- 54.3/54.3 KB 564.6 kB/s eta 0:00:00
Collecting nbformat>=5.2.0
  Downloading nbformat-5.3.0-py3-none-any.whl (73 kB)
     ---------------------------------------- 73.2/73.2 KB 122.0 kB/s eta 0:00:00
Collecting prometheus-client
  Downloading prometheus_client-0.14.1-py3-none-any.whl (59 kB)
     ---------------------------------------- 59.5/59.5 KB 210.4 kB/s eta 0:00:00
Collecting pyzmq>=17
  Downloading pyzmq-22.3.0-cp38-cp38-win_amd64.whl (1.0 MB)
     ---------------------------------------- 1.0/1.0 MB 364.9 kB/s eta 0:00:00
Collecting pywinpty
  Downloading pywinpty-2.0.5-cp38-none-win_amd64.whl (1.4 MB)
     ---------------------------------------- 1.4/1.4 MB 225.9 kB/s eta 0:00:00


     ---------------------------------------- 9.3/9.3 MB 302.7 kB/s eta 0:00:00

Once you are done with the installation open or run jupyter notebook using this command;

jupyter notebook

You are all set. Happy coding!

If you need assistance with your projects feel free to email me at info@airgad.com or whatsapp Jesse stay safe!