From f75c055f8ccde2cb9bcdb9054f0758380006cab7 Mon Sep 17 00:00:00 2001 From: Ravi Tripathi <ravi89@uab.edu> Date: Tue, 30 Apr 2019 10:26:44 -0500 Subject: [PATCH] Modify README file for the project to add steps to start a Jupyter notebook --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f3c020..3b9168d 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,22 @@ Copy and paste the following code into the editor window. (Replace all current c #!/bin/bash # JOB HEADERS HERE -git clone https://gitlab.rc.uab.edu/rc-training-sessions/singularity_containers.git /data/user/$USER/r-visualizations +git clone https://gitlab.rc.uab.edu/rc-training-sessions/singularity_containers.git /data/user/$USER/singularity_containers ``` # Start Jupyter Notebook -Launch Jupyter Notebook through the interactive apps page in the OnDemand (rc.uab.edu) portal +Launch Jupyter Notebook through the interactive apps page in the OnDemand (rc.uab.edu) portal using following settings: +## Environment Setup: +``` +# Load required modules +module load Singularity/2.5.2-GCC-5.4.0-2.26 +module load Anaconda3 +``` + +## Extra Jupyter Arguments: +``` +--notebook-dir=/data/user/$USER/singularity_containers +``` -- GitLab