diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a98348 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# SciPy 2024 Teen Track + + + +This repository contains the materials presented on July 22‒23, 2024 at the SciPy Teen Track. + +To follow the lecture and do the exercises, launch JupyterLite in your browser: + +
+ + + +
+ +In JupyterLite, the slides and notebooks can all be found in the left-bar (which may be hidden; click the folder icon to reveal them). Each can be opened by double-clicking. + + + +In a notebook, you can run a cell by clicking in it and pressing `shift-enter` or `control-enter` (or `command-enter` on Mac). If your Python session dies or needs to be restarted, select the last cell you were working on and "Restart Kernel and Run up to Selected Cell" from the "Kernel" menu. + +