jupyter
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
jupyter [2025/07/09 18:50] – astroadmin | jupyter [2025/07/09 19:46] (current) – astroadmin | ||
---|---|---|---|
Line 2: | Line 2: | ||
- Item Choose a port that is not being used on Astronomy. Lets call it 1234. | - Item Choose a port that is not being used on Astronomy. Lets call it 1234. | ||
- | - Open a command line terminal and type: " | + | - Open a command line terminal and type: " |
- Enter your password at the prompt. The terminal may appear to hang; this is fine. | - Enter your password at the prompt. The terminal may appear to hang; this is fine. | ||
Line 10: | Line 10: | ||
- Open a second command line terminal. Type 'ssh my_login@astronomy.nmsu.edu' | - Open a second command line terminal. Type 'ssh my_login@astronomy.nmsu.edu' | ||
- Activate the correct python environment via the command 'conda activate py3.11' | - Activate the correct python environment via the command 'conda activate py3.11' | ||
- | - Launch jupyter-notebook with the command ' | + | - Launch jupyter-notebook with the command ' |
- A short feed of messages will scroll by. Find the one that says "To access this notebook...", | - A short feed of messages will scroll by. Find the one that says "To access this notebook...", | ||
- Copy the URL that starts with " | - Copy the URL that starts with " | ||
- Paste the URL into your browser of choice. If all goes well, you'll be greeted by a the standard jupyter-notebook file browser screen! | - Paste the URL into your browser of choice. If all goes well, you'll be greeted by a the standard jupyter-notebook file browser screen! | ||
+ | |||
+ | === Important commands === | ||
+ | < | ||
+ | ssh username@astronomy.nmsu.edu -NL 1234: | ||
+ | |||
+ | conda activate py3.11 | ||
+ | |||
+ | jupyter-notebook --no-browser --port 1234 | ||
+ | </ | ||
jupyter.1752087011.txt.gz · Last modified: by astroadmin