Created
February 20, 2024 20:54
-
-
Save ajijohn/5e74c862e6023a5bb0b71e5fb746d5f3 to your computer and use it in GitHub Desktop.
installing jupyterlab
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
sudo apt-get install python3.8-venv | |
python3 -m venv fish | |
source fish/bin/activate | |
pip install jupyterlab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jupyter lab --ip 0.0.0.0