Created
July 25, 2018 13:46
-
-
Save kenvontucky/a92e6f29311a7bcca5a6bb74ed31d081 to your computer and use it in GitHub Desktop.
Python Jupyter setup
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
# install jupyter python package | |
pip install jupyter | |
# run jupyter notebook | |
jupyter-notebook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment