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

use spoiler class divs #300

Merged
merged 1 commit into from
Sep 9, 2023
Merged
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
2 changes: 1 addition & 1 deletion episodes/02-image-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ from skimage.draw import disk # form 3, load only the disk function
import numpy as np # form 4, load all of numpy into an object called np
```

:::::::::::::: solution
:::::::::::::::: spoiler

## Further Explanation

Expand Down
6 changes: 1 addition & 5 deletions episodes/08-connected-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,11 +321,7 @@ plt.imshow(labeled_image)
plt.axis("off");
```

:::::::::::::: {.empty-div style="margin-bottom: 50px"}
<!-- This div is intentionally empty to allow the solution to float alone -->
::::::::::::::

:::::::::::::: solution
:::::::::::::::: spoiler

## Color mappings

Expand Down
14 changes: 3 additions & 11 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.

3. Open a Jupyter notebook:

:::::::::::::: {.empty-div style="margin-bottom: 50px"}
<!-- This div is intentionally empty to allow the solution to float alone -->
::::::::::::::

:::::::::::::: solution
:::::::::::::::: spoiler

## Instructions for Linux \& Mac

Expand All @@ -83,7 +79,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.

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

:::::::::::::: solution
:::::::::::::::: spoiler

## Instructions for Windows

Expand Down Expand Up @@ -119,11 +115,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.

Upon execution of the cell, a figure with two images should be displayed in an interactive widget. When hovering over the images with the mouse pointer, the pixel coordinates and colour values are displayed below the image.

:::::::::::::: {.empty-div style="margin-bottom: 50px"}
<!-- This div is intentionally empty to allow the solution to float alone -->
::::::::::::::

:::::::::::::: solution
:::::::::::::::: spoiler

## Running Cells in a Notebook

Expand Down