Skip to content

Commit

Permalink
Merge pull request #245 from cecilehannay/main
Browse files Browse the repository at this point in the history
change to tutorial env notebook
  • Loading branch information
cecilehannay authored Aug 2, 2024
2 parents 390a0bc + a3b149a commit 338d4c4
Showing 1 changed file with 5 additions and 35 deletions.
40 changes: 5 additions & 35 deletions notebooks/resources/tutorial_specific.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"\n",
"<div class=\"alert alert-warning\">\n",
"\n",
" <strong>Schedule for Tutorial Reservation Queues</strong>\n",
"<strong>Schedule for Tutorial Reservation Queues</strong>\n",
" \n",
"- We have a special queue <strong>tutorial</strong> during the lab sessions to ensure you get through the derecho queues quickly and get your jobs run. This queue are only active during our lab sessions. \n",
"\n",
Expand Down Expand Up @@ -205,21 +205,7 @@
"cell_type": "markdown",
"id": "bf95578e-40e5-4c40-8884-0b80e29eb858",
"metadata": {},
"source": [
"\n",
"#### Before each practical\n",
"Do the following step before **every practical**. This is because we are getting a different special queue every day. \n",
"\n",
"<div class=\"alert alert-info\">\n",
"\n",
"Source the file:<br> \n",
"\n",
"```\n",
"source ~/.profile\n",
"```\n",
" \n",
"</div>"
]
"source": []
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -278,21 +264,7 @@
"cell_type": "markdown",
"id": "637d5219-104b-4e53-ab41-b3969b275527",
"metadata": {},
"source": [
"\n",
"#### Before each practical\n",
"\n",
"Do the following step before **every practical**. This is because we are getting a different special queue every day. \n",
"\n",
"<div class=\"alert alert-info\">\n",
" \n",
"Source the file:<br>\n",
"\n",
"```\n",
"source ~/.tcshrc\n",
"``` \n",
"</div>\n"
]
"source": []
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -333,8 +305,7 @@
"\n",
"```\n",
"export PROJECT=UESM0013 #<- This should never change over the course of the tutorial\n",
"export TUTORIAL_QUEUE=tutorial #<- This will be different for every practical. \n",
" #<- Look at the schedule below:\n",
"export TUTORIAL_QUEUE=tutorial #<- Special queue for the tutorial\n",
"```\n",
"\n",
"Source the file:<br> \n",
Expand All @@ -351,8 +322,7 @@
"Add to your .tcshrc: \n",
"```\n",
"setenv PROJECT UESM0013 #<-This should never change over the course of the tutorial\n",
"setenv TUTORIAL_QUEUE tutorial #<-This will be different for every practical \n",
" #<- Look at the schedule below:\n",
"setenv TUTORIAL_QUEUE tutorial #<- Special queue for the tutorial\n",
"```\n",
" \n",
"Source the file:<br>\n",
Expand Down

0 comments on commit 338d4c4

Please sign in to comment.