Skip to content
Merged
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
23 changes: 22 additions & 1 deletion slides/01_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jupyter:
format_version: '1.3'
jupytext_version: 1.13.7
kernelspec:
display_name: Python 3 (ipykernel)
display_name: Python 3
language: python
name: python3
---
Expand All @@ -21,6 +21,27 @@ jupyter:

<!-- #endregion -->

<!-- #region slideshow={"slide_type": "slide"} -->
## Preliminaries

If you haven't already:
- Clone the repository: https://github.com/jonathanrocher/ets_tutorial
- Install packages:
- Using Enthought Deployment Manager (recommended)
(https://www.enthought.com/edm):

```bash
edm envs create bootstrap
edm install --environment bootstrap click
edm run -e bootstrap -- python ci build --environment ets_tutorial
```
- `ets_tutorial` will be our working Python environment. To activate:
```bash
edm shell -e ets_tutorial
```
- Follow instructions in README for conda and pip
<!-- #endregion -->


<!-- #region slideshow={"slide_type": "slide"} -->
## Motivation
Expand Down