User Tools

Site Tools


playground:playground

This is an old revision of the document!


**Playground Test edits by MSovara**

Jupyter / Ipython Notebook

Jupyter is installed in most of the python modules. To make use of it you would do something like:

jupyter-notebook

However using it effectively on the cluster is a bit more complicated…

After Logging in your account select your preferred python version as follows:

module avail 2>&1 | grep python

… And then proceed to load the preferred python module as follows:

module add chpc/python/3.6.0_gcc-6.3.0

It is important to use an interactive node for this next step. A single core on an interactive node has proven sufficient to setup your Jupyter Notebook for security measures. Request an arbitrary interactive node as follows:

qsub -I -P PROJ0101 -q serial -l select=1:ncpus=1:mpiprocs=1:nodetype=haswell_reg

Note:

  1. “PROJ0101” is an arbitrary project name, kindly use your research project's shortname e.g. ERTH0859
  2. Advanced interactive node settings are found here: Example interactive job request.
  3. Record the cnode ID because you will ssh into that particular compute node when setting up your password.
/app/dokuwiki/data/attic/playground/playground.1614084630.txt.gz · Last modified: 2021/12/09 16:42 (external edit)