Jupyter Notebook installation in Ubuntu
www.laravelcode.com › post › jupyter-notebookNow, we will install the Jupyter notebook. just follow the below step. Step - 1 Install IPython shell. First, we need to install IPython shell help of run the following command in your terminal. sudo apt install ipython3 Step - 2 Install Jupyter. Now, we install Jupyter in our ubuntu system help of the following command in terminal. pip3 install jupyter. After done this Jupyter installation process then we should add the execution path. export PATH=$PATH:~/.local/bin/ Step - 3 Run Jupyter