generated from carpentries/workbench-template-md
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
57 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
(episode-admin)= | ||
# Administering your hub | ||
|
||
teaching: 0 | ||
exercises: 0 | ||
|
||
:::::{card} | ||
OVERVIEW | ||
^^^ | ||
|
||
::::{grid} | ||
:gutter: 2 | ||
|
||
:::{grid-item} | ||
Questions | ||
|
||
- What is the difference between JupyterHub and JupyterLab? | ||
- Who has control over access to a Hub? | ||
- What's really happening in the cloud when I run a server? | ||
|
||
::: | ||
|
||
:::{grid-item} | ||
Objectives | ||
|
||
- Add users to the hub with GitHub | ||
- Configure server options (CPU, GPU, RAM) | ||
- Stop and restart a server | ||
|
||
::: | ||
|
||
::::: | ||
|
||
## Exercises | ||
|
||
::::{dropdown} GitHub Organisations and Teams | ||
:open: | ||
|
||
Fill in the blanks with the following words: *organization, team, maintainers, owners, non-members, existing members* (you may use one word more than once). | ||
|
||
"___s are groups of ___ members that reflect your group's structure with cascading access permissions. ___ have permission to invite ___ to the organisation, whereas ___ have the permission to invite ___ of the organisation to a ___." | ||
|
||
:::{dropdown} Solution | ||
"**Team**s are groups of **organization** members that reflect your group's structure with cascading access permissions. **Owners** have permission to invite **non-members** to the organisation, whereas **Maintainers** have permission to invite **existing members** of the organisation to a **team**." | ||
|
||
::: | ||
|
||
:::: | ||
|
||
:::{card} | ||
KEY POINTS | ||
^^^ | ||
- As a Hub Champion your main tool is JupyterHub. | ||
- You have control over who has access to your Hub | ||
- A Hub in a cloud is just a computer | ||
|
||
::: |
This file was deleted.
Oops, something went wrong.