Skip to content
View JSquar's full-sized avatar

Organizations

@wr-hamburg
Block or Report

Block or report JSquar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. README.md README.md
    1
    Script can be used to automatically setup a jupyter server on an (HPC) cluster using SLURM. The script assumes that the server shall be executed on a compute node, which can only be accessed via the login node.
    2
    
                  
    3
    The script performs the following actions:
    4
    1. Login to login node
    5
    2. Check if conda environment $ENV_NAME already exists. If it does it will be used (so make sure that jupyterlab is installed!), otherwise it will create a new environment and install jupyterlab. On my system `conda` was only available if loaded via `module load python3`. This will be different on other systems and needs to be adjusted accordingly.