Skip to content

Commit

Permalink
update documentation re: interactive Python (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen authored Nov 30, 2021
1 parent f06ffb3 commit 7781c36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions book/markdown/appendix/interactive.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(interactive_notebooks)=
(interactive_python_notebooks)=

# Interactive notebooks
# Interactive Python notebooks

Some of the pages of this book are interactive.
They are labelled in the table of contents with `(interactive)`.
Some of the pages of this book use interactions requiring Python.
They are labelled in the table of contents with `(interactive Python)`.
These pages may show a graphic, but it *does not* work as intended until you launch the page in interactive mode.

To launch an interactive page, look for a "rocket ship" icon near the top right of the page.
Click the rocket ship, then click on `Binder`.
After some time (patience, please), you will get an interactive [jupyter](https://jupyter.org/) notebook.
Once the notebook is shown, push the `Run` button and the interactive application will be built!
Once the notebook is shown, select the `Cell` menu and then `Run all` to build the application.

4 changes: 2 additions & 2 deletions book/markdown/kingman_coalsecent/recombination_diversity.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ kernelspec:
name: python3
---

# Variation in diversity along a recombining genome (interactive)
# Variation in diversity along a recombining genome (interactive Python)

This notebook is interactive.
See {ref}`here <interactive_notebooks>` for more information.
See {ref}`here <interactive_python_notebooks>` for more information.

This applet is another take on the concepts shown in Figure 5 of {cite:t}`Hudson1990-ff`.

Expand Down

0 comments on commit 7781c36

Please sign in to comment.