Last active
October 27, 2022 06:22
-
-
Save ola0x/3e9379ec62537c0661ae772eb4c3ad9b to your computer and use it in GitHub Desktop.
Run Jupyter notebook on P3 ec2 machine
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
pip3 install --upgrade pip | |
pip3 install jupyter | |
jupyter notebook | |
goto http://127.0.0.1:8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment