Skip to content

Instantly share code, notes, and snippets.

@Mohammed-Sunasra
Created January 7, 2019 18:25
Show Gist options
  • Save Mohammed-Sunasra/a73039eb2713844112823f3c0e676a97 to your computer and use it in GitHub Desktop.
Save Mohammed-Sunasra/a73039eb2713844112823f3c0e676a97 to your computer and use it in GitHub Desktop.
Makefile for running jupyter notebook
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