From 74bcd946062c4448727f93e15af2f397b9358317 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Mon, 15 Jan 2024 16:02:59 -0500 Subject: [PATCH] Update JupyterHub instructions --- how-to.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to.md b/how-to.md index 9bc1028d..9dfde285 100644 --- a/how-to.md +++ b/how-to.md @@ -34,11 +34,11 @@ This should bring you to a login screen. Use your standard UAlbany netid and pas - You should then see the notebook open and running live on the JupyterHub. - **IMPORTANT** you need to manually *change the kernel* before things will run properly: - Find the `Kernel` menu - - Select `Kernel --> Change kernel --> ATM415: Python 3` + - Select `Kernel --> Change kernel --> Python 3 Jan. 2024 Environment` - You should then be able to run all the code without any trouble. ```{note} -Do this step every time! If you get errors trying to run any `import` statements, double check that you're using the `ATM415: Python 3` kernel. +Do this step every time! If you get errors trying to run any `import` statements, double check that you're using the `Python 3 Jan. 2024 Environment` kernel. ``` *UAlbany users, please let me know if things don't seem to be working correctly.*