Skip to content

Instantly share code, notes, and snippets.

@pezcode
Created May 10, 2018 00:30
Show Gist options
  • Save pezcode/10e4aded623f3519a0e4a4a13b8e03bd to your computer and use it in GitHub Desktop.
Save pezcode/10e4aded623f3519a0e4a4a13b8e03bd to your computer and use it in GitHub Desktop.
Open IPython notebooks in Jupyter Lab with a double click on Windows. Just set Windows to open .ipynb files with this .bat
@echo off
cd %~dp0
start jupyter-lab %1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment