-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update documentation re: interactive Python (#17)
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters