Created
May 10, 2018 00:30
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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