Skip to content

Commit

Permalink
Create index.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
awellis committed Nov 28, 2024
1 parent 644a99b commit f7d86ca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions projects/anki/example/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Generate Anki flashcards: example code"
jupyter: python3
---

```{python}
from dotenv import load_dotenv # For loading environment variables
from openai import OpenAI
```

```{python}
load_dotenv()
client = OpenAI()
```

0 comments on commit f7d86ca

Please sign in to comment.