Follow these few steps to get started with running Python and Jupyter in your system.
First of all, if you haven’t already, download and install Anaconda from here.
It may take a while to install, so be patient. Follow the default install suggestions.
This will install the essential Python packages along with Jupyter using the Anaconda package manager.
Open Anaconda prompt: Start Menu > Anaconda Prompt
with administrative rights (Right click > Run as administrator)
pip install nbopen python -m nbopen.install_win
regedit
Jupyter.nbopen
using Ctrl+F
Computer\HKEY_USERS\XXXXXXXX\Jupyter.nbopen\shell\open\command
cmd
and run the code below. Copy the output to the registry default valueecho "%userprofile%\Anaconda3\pythonw.exe" "%userprofile%\Anaconda3\cwp.py" "%userprofile%\Anaconda3" "%userprofile%\Anaconda3\pythonw.exe" -m nbopen "%1"
Example output:
"C:\Users\diogo\Anaconda3\pythonw.exe" "C:\Users\diogo\Anaconda3\cwp.py" "C:\Users\diogo\Anaconda3" "C:\Users\diogo\Anaconda3\pythonw.exe" -m nbopen "%1"
Setting double click to open on windows.
Get the Jupyter Lab and Jupyter notebook to open in a Chrome or Firefox window
Anaconda Prompt
with admnistrative rightsjupyter lab --generate-config
%userprofile%/.jupyter/jupyter_notebook_config.py
c.NotebookApp.browser = "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe --app=%s"
to this fileAlternatively download and run set-jupyter-standalone.bat.
Download a starting notebook.ipynb
file:
🎵 Grab your mouse
and double click
for python, python, python🎵