Testing Jupyter Notebooks on RHEL9 mini-cluster
Instructions:
Step 1. Start a Desktop session
module load firefox/87.0 && firefox &Step 2. Start an interactive job on RHEL 9
interact -n 1 -m 16g -t 2:00:00unset XDG_RUNTIME_DIR module load anaconda ipnport=$(shuf -i8000-9999 -n1) echo $ipnport ipnip=$(hostname -i) echo $ipnip jupyter-notebook --no-browser --port=$ipnport --ip=$ipnipfile:///oscar/home/...........-open.html
Step 3. Run Jupyter notebook in the Desktop session
Testing Virtual Environments:
- Switch kernel in the Jupyter interface
- Activate environment before starting Jupyter notebook
Last updated
Was this helpful?