為.ipynb添加打開方式
新建記事本,輸入下方代碼,保存為open.reg,雙擊打開,寫入注冊表,添加右鍵菜單。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.ipynb\shell\OpenJupyter]
@="用Jupyter notebook打開"
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\.ipynb\shell\OpenJupyter\command]
@='cmd.exe /c jupyter-notebook "%1"'

右鍵菜單