Skip to the content.

Bharat Sharma

Home Publications WorkExp Projects News Posts

You need to install this package in the conda environment ON YOUR LAPTOP!
conda install -c conda-forge jupyter-forward
to get jupyter on theseus go to thesus account and use:
wget https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh
this will download the installer. Then do:
sh Anaconda3-2021.11-Linux-x86_64.sh
Follow the instructions and say yes to everything.
Then install jupyter in your conda environment of choice:
conda install jupyter
Then run this in that conda environment:
python -m ipykernel install --user --name=NAME_OF_CONDA_ENVIRONMENT
Now whenever you want to run jupyter notebooks from your laptop on theseus use:
jupyter-forward bharat@theseus.ornl.gov --port 8885 (or whatever port you work in)