Skip to content

Commit

Permalink
Merge pull request #1064 from tobyhodges/use-spoiler-divs
Browse files Browse the repository at this point in the history
use spoiler divs for expandable launch instructions
  • Loading branch information
ineelhere authored Sep 6, 2023
2 parents 0148cbc + 8cbd98f commit 4c3fc9c
Showing 1 changed file with 6 additions and 40 deletions.
46 changes: 6 additions & 40 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,7 @@ you like.
A Jupyter Notebook provides a browser-based interface for working with Python.
If you installed Anaconda, you can launch a notebook in two ways:

:::::::::::::::::::::::::::::::::::::::: {.empty-div style="margin-bottom: 50px"}

<!-- This div is intentionally empty to allow the solution to float alone-->

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

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

## Anaconda Navigator

Expand All @@ -67,25 +61,14 @@ If you installed Anaconda, you can launch a notebook in two ways:

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

:::::::::::::::::::::::::::::::::::::::: {.empty-div style="margin-bottom: 50px"}

<!-- This div is intentionally empty to allow the solution to float alone-->

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

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

## Command line (Terminal)

1\. Navigate to the `data` directory:

:::::::::::::::::::::::::::::::::::::::: {.empty-div style="margin-bottom: 50px"}

<!-- This div is intentionally empty to allow the solution to float alone-->

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

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

## Unix shell

Expand All @@ -98,13 +81,7 @@ cd ~/Desktop/swc-python/data

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

:::::::::::::::::::::::::::::::::::::::: {.empty-div style="margin-bottom: 50px"}

<!-- This div is intentionally empty to allow the solution to float alone-->

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

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

## Command Prompt (Windows)

Expand All @@ -121,13 +98,7 @@ cd /D %userprofile%\Desktop\swc-python\data

2\. Start Jupyter server

:::::::::::::::::::::::::::::::::::::::: {.empty-div style="margin-bottom: 50px"}

<!-- This div is intentionally empty to allow the solution to float alone-->

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

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

## Unix shell

Expand All @@ -137,13 +108,8 @@ jupyter notebook

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

:::::::::::::::::::::::::::::::::::::::: {.empty-div style="margin-bottom: 50px"}

<!-- This div is intentionally empty to allow the solution to float alone-->

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

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

## Command Prompt (Windows)

Expand Down

0 comments on commit 4c3fc9c

Please sign in to comment.