Created
May 31, 2023 05:50
-
-
Save Ewen2015/8209a072b75dc41732b1eb32d6f62c9e to your computer and use it in GitHub Desktop.
setup a jupyter notebook remotely and open it locally
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
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