Python is a very popular and useful language for understanding code and it’s widely used for machine learning and backend. Python Beginners are can practice with a jupyter notebook. This is one of the ways of running python in a jupyter notebook. This is one of the python packages for running python basic scripts with a very useful interface for running python scripts. you can run easily using this jupyter notebook. Let we see how to install jupyter and running basic scripts in python

The essential need for Installing Jupyter notebook

The python need to be installed on your machine before Please check the link for Installing python

Python Installation Link

Installation Steps for Installing Jupyter Notebook

  • First go to Jupyter installation offical site  I give link below
Jupyter Installation Official
  • Next open terminal and add command “python -m  pip install jupyterlab “
  • It takes some time to install, please wait for that and then start jupyter using the following command in terminal
  • “jupyter notebook”
  • It opens a new tab in the browser window, you can and enjoy using jupyter notebook. If you want more details or a demo you can watch the video link below
Video Tutorial for Jupyter Notebook