mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-18 08:09:25 +00:00
chore: reorder exercise setup methods with Binder first
This commit is contained in:
parent
00bbb2540d
commit
a587f19015
1 changed files with 13 additions and 13 deletions
|
|
@ -4,24 +4,12 @@
|
|||
|
||||
At the end of each lesson there may be an exercise that you may complete either:
|
||||
|
||||
- In-browser (uses Thebe) [↩](#thebe)
|
||||
- In an online Jupyter lab environment (uses myBinder) [↩](#binder)
|
||||
- In-browser (uses Thebe) [↩](#thebe)
|
||||
- Locally on your computer [↩](#local)
|
||||
|
||||
You may choose an approach you prefer then [continue to the next page](lessons/0/index).
|
||||
|
||||
(exercises-setup:thebe)=
|
||||
|
||||
### Thebe
|
||||
|
||||
In the header for a lesson click the rocket icon and then in the dropdown click `Live Code`. Thebe should begin launching as shown in a new box that appears with its launch status. Once the status is set to `ready` **(this may take a few seconds/minutes)**, then you should be able to edit and run the code cell within the page by pressing the `run` button or pressing `shift + enter` when your cursor is within a code cell.
|
||||
|
||||
Here's a screen recording that shows how to do this for each lesson:
|
||||
|
||||

|
||||
|
||||
[➡ Continue to the next page.](lessons/0/index)
|
||||
|
||||
(exercises-setup:binder)=
|
||||
|
||||
### Binder
|
||||
|
|
@ -40,6 +28,18 @@ When a Jupyter lab environment is ready, you may find a `notes.md` file in your
|
|||
|
||||
[➡ Continue to the next page.](lessons/0/index)
|
||||
|
||||
(exercises-setup:thebe)=
|
||||
|
||||
### Thebe
|
||||
|
||||
In the header for a lesson click the rocket icon and then in the dropdown click `Live Code`. Thebe should begin launching as shown in a new box that appears with its launch status. Once the status is set to `ready` **(this may take a few seconds/minutes)**, then you should be able to edit and run the code cell within the page by pressing the `run` button or pressing `shift + enter` when your cursor is within a code cell.
|
||||
|
||||
Here's a screen recording that shows how to do this for each lesson:
|
||||
|
||||

|
||||
|
||||
[➡ Continue to the next page.](lessons/0/index)
|
||||
|
||||
(exercises-setup:local)=
|
||||
|
||||
### Local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue