This will open the Powershell and then execute jupyter notebook command in it. Step 2: The shortcut window will open to create a new one. Step 1: Right-click on your Windows Desktop and select the “ New” and then “ Shortcut” options. To make things instant, let’s create a Jupyter Desktop Shortcut so that we can run it with a click of the mouse. However, to open it we need to open CMD and run the command given in the previous step. Well, we have this web-based Python IDE on our Windows system in running condition. The above command will automatically open your browser and redirect to you an interface showing the system’s directories. It will fire up the web server and all the required packages we need to run and access the web interface of Notebook on Windows. On your command prompt, type the given command. This is possible Jupyter may not be working after completing the installation, well we have to confirm that. Check if Jupyter notebook is working on Windows pip install notebookĭepending upon your internet connection the command will take some time to download all the necessary packages we require to set up Jupyter on Windows. Now, on your command prompt or PowerShell use the PIP, python’s package manager to install Jupyter Notebook using a single command. Let’s check the version of the installed PIP. To confirm Python’s latest version has been added to our system’s path. It is necessary to use its package manager “ PIP“. This ensures python is properly added to our path. version-numberĬlose the CMD or PowerShell whatever you are using and reopen it again under Admin rights. To get the extreme latest version of Python 3, for example in our case it was 3.11, we have to mention that: You will see all the available versions as well using: winget search python.python Now, to search for the latest version of Python type the given command: You will see options available to use with the package manager tool. However, to confirm, in your Terminal or Powershell, just type: winget Winget comes by default on all the latest versions of Win 10 and 11.