Skip to content

Instantly share code, notes, and snippets.

@Ewen2015
Created May 31, 2023 05:50
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 Ewen2015/8209a072b75dc41732b1eb32d6f62c9e to your computer and use it in GitHub Desktop.
Save Ewen2015/8209a072b75dc41732b1eb32d6f62c9e to your computer and use it in GitHub Desktop.
setup a jupyter notebook remotely and open it locally
pip install jupyter lab
jupyter notebook --generate-config
cd ~/.jupyter
vi jupyter_notebook_config.py
# # The IP address the notebook server will listen on.
# c.NotebookApp.ip = '0.0.0.0' # default value is 'localhost'
# c.NotebookApp.open_browser = False # default value is True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment