Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added output error file example for debugging

Table of Contents
minLevel2

Running Jupyter Notebook on Axon

Table of Contents
minLevel2

Using the sjupyter script

...

Info

The bash terminal with the tunnel ssh command needs to stay open as long as you're using Jupyter notebook. It may look idle, but it is keeping the tunnel open.

If you run into the following error:

Code Block
Error: Jupyter Notebook SLURM job is no longer running or has otherwise experienced an error.

This comes from the sjupyter script. Try setting a separate output and error file (replace your-uni accordingly):

Code Block
sjupyter --mem-per-cpu=16G --gres=gpu:1 --output=/home/your-uni/test.out --error=/home/your-uni/test.err

The test.err file should provide more details on the error.