diff --git a/notebooks/resources/tutorial_specific.ipynb b/notebooks/resources/tutorial_specific.ipynb
index f4ca4e808..e2ce132e9 100644
--- a/notebooks/resources/tutorial_specific.ipynb
+++ b/notebooks/resources/tutorial_specific.ipynb
@@ -34,7 +34,7 @@
"\n",
"
\n",
"\n",
- "
Schedule for Tutorial Reservation Queues\n",
+ "
Schedule for Tutorial Reservation Queues\n",
" \n",
"- We have a special queue
tutorial 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",
@@ -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",
- "
\n",
- "\n",
- "Source the file:
\n",
- "\n",
- "```\n",
- "source ~/.profile\n",
- "```\n",
- " \n",
- "
"
- ]
+ "source": []
},
{
"cell_type": "markdown",
@@ -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",
- "
\n",
- " \n",
- "Source the file:
\n",
- "\n",
- "```\n",
- "source ~/.tcshrc\n",
- "``` \n",
- "
\n"
- ]
+ "source": []
},
{
"cell_type": "markdown",
@@ -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:
\n",
@@ -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:
\n",