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

Update opf jupyterhub links #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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 docs/blog/diagnosis-discovery-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ Since we are able to automatically extract meaningful symptoms and patterns with

[8] [GitHub Repository](https://github.com/aicoe-aiops/openshift-anomaly-detection)

[9] [Operate First JupyterHub](https://jupyterhub-opf-jupyterhub.apps.zero.massopen.cloud/)
[9] [Operate First JupyterHub](https://jupyterhub-opf-jupyterhub.apps.smaug.na.operate-first.cloud)


### Project Material

#### Steps to get you started:

1. Visit https://jupyterhub-opf-jupyterhub.apps.zero.massopen.cloud
1. Visit https://jupyterhub-opf-jupyterhub.apps.smaug.na.operate-first.cloud
2. Login with your google account
3. In this Spawn screen, select `openshift-anomaly-detection:latest`
4. Once your server starts, go into the directory named `openshift-anomaly-detection-yyyy-mm-dd-hh-mm`
Expand Down
4 changes: 2 additions & 2 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ The Jupyter notebooks in this project are intended to be comprehensive, end-to-e

## Launch Project and Run Notebooks via JupyterHub

To make the notebooks reproducible and executable by everyone, we have containerized and deployed them on the public [JupyterHub](https://jupyterhub-opf-jupyterhub.apps.zero.massopen.cloud) instance on the [Massachusetts Open Cloud](https://massopen.cloud/) (MOC). So you can get access to a Jupyter environment and run our notebooks in just a few clicks! To do so, please follow the steps below:
To make the notebooks reproducible and executable by everyone, we have containerized and deployed them on the public [JupyterHub](https://jupyterhub-opf-jupyterhub.apps.smaug.na.operate-first.cloud) instance on the [Massachusetts Open Cloud](https://massopen.cloud/) (MOC). So you can get access to a Jupyter environment and run our notebooks in just a few clicks! To do so, please follow the steps below:

1. Visit our [JupyterHub](https://jupyterhub-opf-jupyterhub.apps.zero.massopen.cloud), click on `Log in with moc-sso` and sign in using your Google Account.
1. Visit our [JupyterHub](https://jupyterhub-opf-jupyterhub.apps.smaug.na.operate-first.cloud), click on `Log in with moc-sso` and sign in using your Google Account.
2. On the spawner page, select `OpenShift Anomaly Detection Notebook Image` for notebook image, `Large - Memory Intensive` for container size, and then click `Start server` to spawn your server.
3. Once your server has spawned, you should see a directory titled `openshift-anomaly-detection-<current-timestamp>`. All the notebooks should be available inside the `notebooks` directory in it for you to explore.

Expand Down