Skip to content

Instantly share code, notes, and snippets.

@maxswjeon
Last active March 23, 2021 04:14
Show Gist options
  • Save maxswjeon/29f119380adf7b12f2fc5c3b8b3fd1e7 to your computer and use it in GitHub Desktop.
Save maxswjeon/29f119380adf7b12f2fc5c3b8b3fd1e7 to your computer and use it in GitHub Desktop.
Add "Open Jupyter Notebook Here" in windows explorer context menu
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\Background\shell\JupyterNotebook]
[-HKEY_CLASSES_ROOT\Directory\Background\shell\JupyterNotebook\command]
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\JupyterNotebook]
@="Open Jupyter Notebook Here"
[HKEY_CLASSES_ROOT\Directory\Background\shell\JupyterNotebook\command]
@="C:\\ProgramData\\Anaconda3\\python.exe C:\\ProgramData\\Anaconda3\\cwp.py C:\\ProgramData\\Anaconda3 C:\\ProgramData\\Anaconda3\\python.exe C:\\ProgramData\\Anaconda3\\Scripts\\jupyter-notebook-script.py \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment