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

Embed PE100 notebooks #45

Merged
merged 2 commits into from
May 31, 2024
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 index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This is the training overview:

[CHESS]: https://www.chess.cornell.edu/

[pe100]: ./theme1/PE100/PE100-01Introduction.ipynb
[pe100]: ./theme1/PE100/index.qmd
[pe101]: ./theme1/PE101/index.qmd
[pe102]: ./theme1/PE102/index.qmd
[pe103]: ./theme1/PE103/vcs-testing-debugging.md
Expand Down
29 changes: 29 additions & 0 deletions theme1/PE100/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
format:
html: default
---

::: {.callout-note}

The content in this page is written in the form of [Jupyter
notebooks][jupyter]. You can read the HTML version of the notebooks
here. However, you will likely want to open and run the notebooks in
a JupyterHub instance, such as [CLASSE JupyterHub][classe-jupyterhub].
See [CLASSE Wiki][classe-wiki-jupyterhub] for details.

[jupyter]: https://en.wikipedia.org/wiki/Project_Jupyter
[classe-jupyterhub]: https://jupyter01.classe.cornell.edu/
[classe-wiki-jupyterhub]: https://wiki.classe.cornell.edu/Computing/JupyterHub

:::

{{< embed PE100-01Introduction.ipynb >}}
{{< embed PE100-02TypesVarsAndOperators.ipynb >}}
{{< embed PE100-03DecisionStructures.ipynb >}}
{{< embed PE100-04Repetition.ipynb >}}
{{< embed PE100-05Functions.ipynb >}}
{{< embed PE100-06Files.ipynb >}}
{{< embed PE100-07Exceptions.ipynb >}}
{{< embed PE100-08Lists.ipynb >}}
{{< embed PE100-09Strings.ipynb >}}
{{< embed PE100-10Dictionaries.ipynb >}}