diff --git a/content/Slides/p1/d3/_index.md b/content/Slides/p1/d3/_index.md
index 8d9df73..930c751 100644
--- a/content/Slides/p1/d3/_index.md
+++ b/content/Slides/p1/d3/_index.md
@@ -60,15 +60,6 @@ names.describe()
**What types of charts are there?**
-```python
-alt.Chart()
- .mark_*()
- .encode()
-
-# alt.Chart().encode()
-
-```
-
**What data do you need to make that chart?**
@@ -85,6 +76,7 @@ kobe2 = names.query("name == 'Kobe'").filter(items=["name", "year", "Total"])
+