Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT: Update url to ARM jupyterhub. #60

Merged
merged 1 commit into from
Jul 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Tutorials/UPR-ACT-2023/2-jupyter_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"source": [
"## Overview\n",
"\n",
"JupyterLab is a popular web application on which users can create and write their Jupyter Notebooks, as well as explore data, install software, etc. This section will introduce the JupyterLab interface and the ARM [JupyterHub](https://jupyterhub.arm.gov/) system and cover details of JupyterLab Notebooks and running these notebooks on ARM's system.\n",
"JupyterLab is a popular web application on which users can create and write their Jupyter Notebooks, as well as explore data, install software, etc. This section will introduce the JupyterLab interface and the ARM [JupyterHub](https://jupyterhub.svcs.arm.gov/) system and cover details of JupyterLab Notebooks and running these notebooks on ARM's system.\n",
"\n",
"1. Set Up\n",
"2. The JupyterLab Interface\n",
Expand Down Expand Up @@ -68,7 +68,7 @@
"source": [
"## Set Up\n",
"\n",
"To start, we will sign into ARM's [JupyterHub](https://jupyterhub.arm.gov/) which contains environments for working with ARM data such as an environment built for ACT.\n",
"To start, we will sign into ARM's [JupyterHub](https://jupyterhub.svcs.arm.gov/) which contains environments for working with ARM data such as an environment built for ACT.\n",
"\n",
"After providing your credentials, ARM JupyterHub will have a prompt to allocate resources, and select explore ARM data. This then will load a JupyterHub instance on ARM computing systems.\n",
"\n",
Expand Down
Loading