Created
January 7, 2019 18:25
-
-
Save Mohammed-Sunasra/a73039eb2713844112823f3c0e676a97 to your computer and use it in GitHub Desktop.
Makefile for running jupyter notebook
This file contains hidden or 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
export LC_ALL=en_US.UTF-8 | |
export LANG=en_US.UTF-8 | |
run: | |
jupyter notebook --port=8080 --no-browser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment