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

Fix wrong mention of jupyterhub managed service #527

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion docs/docs/concepts/infrastructure-architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1

# Infrastructure Architecture

JHub Apps, also known as JupyterHub (JHub) App Launcher, is an [Externally-Managed JupyterHub service](https://jupyterhub.readthedocs.io/en/stable/reference/services.html#externally-managed-services) designed to enable users to launch various server types including API services, any generic Python command, standard JupyterLab instances, and dashboards such as Panel, Bokeh, and Streamlit.
JHub Apps, also known as JupyterHub (JHub) App Launcher, is an [JupyterHub-Managed Service](https://jupyterhub.readthedocs.io/en/stable/reference/services.html#launching-a-hub-managed-service) designed to enable users to launch various server types including API services, any generic Python command, standard JupyterLab instances, and dashboards such as Panel, Bokeh, and Streamlit.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
JHub Apps, also known as JupyterHub (JHub) App Launcher, is an [JupyterHub-Managed Service](https://jupyterhub.readthedocs.io/en/stable/reference/services.html#launching-a-hub-managed-service) designed to enable users to launch various server types including API services, any generic Python command, standard JupyterLab instances, and dashboards such as Panel, Bokeh, and Streamlit.
JHub Apps, also known as JupyterHub (JHub) App Launcher, is a [JupyterHub-Managed Service](https://jupyterhub.readthedocs.io/en/stable/reference/services.html#launching-a-hub-managed-service) designed to enable users to launch various server types including API services, any generic Python command, standard JupyterLab instances, and dashboards such as Panel, Bokeh, and Streamlit.


## High Level Overview

Expand Down
Loading