How can I add Jupyter notebook to Windows 10 default apps?

How can I add Jupyter Notebook to Windows 10 default apps? When I try to change default app for the file type .ipynb I can not see the Jupyter notebook in default apps list and there is no option to choose it.

How can I add it to the default apps list?

Answer

Install nbopen: https://github.com/takluyver/nbopen

pip install nbopen
python -m nbopen.install_win

Now you can double-click on *.ipynb files.
Source – https://stackoverflow.com/questions/47267932/associate-ipynb-files-with-jupyter-notebook-in-windows-10-anaconda

Attribution
Source : Link , Question Author : user3486308 , Answer Author : Bhavya Gupta

Leave a Comment