Skip to content

Commit

Permalink
Adding an excercise on the hub_administration lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
SLLDeC authored Jan 25, 2024
1 parent aa21a1d commit 042e1d0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions episodes/hub_administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,30 @@ exercises: 0
::::::::::::::::::::::::::::::::::::::::::::::::



Exercises

:::::::::::::::::::: challenge

Check warning on line 26 in episodes/hub_administration.md

View workflow job for this annotation

GitHub Actions / Build Full Site

check for the corresponding close tag

Check warning on line 26 in episodes/hub_administration.md

View workflow job for this annotation

GitHub Actions / Build Full Site

check for the corresponding close tag

### Why is my programme running slow?

Suppose a user writes a program to analyze a dataset. On their laptop using testing data the program works and is reasonably fast. When the user tries to run this same program on a real dataset their JupyterHub environment is it frustratingly slow.
Why is their interactive computing session being so slow?

What is the solution to this exercise?

a. It is caused by a poor internet connection between my home computer and the cloud.
b. Too many other users are using the cloud server at the same time.
c. I am trying to a computationally intensive task and the cloud computer has poor hardware.
d. I am accessing a very large file that is not local to the cloud server being used.

::::::::::: solution

Check warning on line 40 in episodes/hub_administration.md

View workflow job for this annotation

GitHub Actions / Build Full Site

check for the corresponding close tag

Check warning on line 40 in episodes/hub_administration.md

View workflow job for this annotation

GitHub Actions / Build Full Site

check for the corresponding close tag

d. I am accessing a very large file that is not local to the cloud server being used.

::::::::::::::::::::





0 comments on commit 042e1d0

Please sign in to comment.