Skip to content

Instantly share code, notes, and snippets.

@ajijohn
Created February 20, 2024 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajijohn/5e74c862e6023a5bb0b71e5fb746d5f3 to your computer and use it in GitHub Desktop.
Save ajijohn/5e74c862e6023a5bb0b71e5fb746d5f3 to your computer and use it in GitHub Desktop.
installing jupyterlab
sudo apt-get install python3.8-venv
python3 -m venv fish
source fish/bin/activate
pip install jupyterlab
@ajijohn
Copy link
Author

ajijohn commented Feb 20, 2024

jupyter lab --ip 0.0.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment