diff --git a/docs/docs/examples/example-1-floquet.py b/docs/docs/examples/example-1-floquet.py
index 936dbe0..f3ec052 100644
--- a/docs/docs/examples/example-1-floquet.py
+++ b/docs/docs/examples/example-1-floquet.py
@@ -14,6 +14,9 @@
# name: python3
# ---
+# %% [markdown]
+# Download Script
+
# %% [markdown]
# # Single Qubit Floquet Dynamics
# ## Introduction
diff --git a/docs/docs/examples/example-1-rabi.py b/docs/docs/examples/example-1-rabi.py
index ebd42e4..8855e7d 100644
--- a/docs/docs/examples/example-1-rabi.py
+++ b/docs/docs/examples/example-1-rabi.py
@@ -14,6 +14,9 @@
# name: python3
# ---
+# %% [markdown]
+# Download Script
+
# %% [markdown]
# # Single Qubit Rabi Oscillations
# ## Introduction
diff --git a/docs/docs/examples/example-1-ramsey.py b/docs/docs/examples/example-1-ramsey.py
index f66c22f..0992b3b 100644
--- a/docs/docs/examples/example-1-ramsey.py
+++ b/docs/docs/examples/example-1-ramsey.py
@@ -14,6 +14,9 @@
# name: python3
# ---
+# %% [markdown]
+# Download Script
+
# %% [markdown]
# # Single Qubit Ramsey Protocol
# ## Introduction
diff --git a/docs/docs/examples/example-2-multi-qubit-blockaded.py b/docs/docs/examples/example-2-multi-qubit-blockaded.py
index 16c6366..1212083 100644
--- a/docs/docs/examples/example-2-multi-qubit-blockaded.py
+++ b/docs/docs/examples/example-2-multi-qubit-blockaded.py
@@ -14,6 +14,9 @@
# name: python3
# ---
+# %% [markdown]
+# Download Script
+
# %% [markdown]
# # Multi-qubit Blockaded Rabi Oscillations
# ## Introduction
diff --git a/docs/docs/examples/example-2-nonequilibrium-dynamics-blockade-radius.py b/docs/docs/examples/example-2-nonequilibrium-dynamics-blockade-radius.py
index 2137169..0bb5cc7 100644
--- a/docs/docs/examples/example-2-nonequilibrium-dynamics-blockade-radius.py
+++ b/docs/docs/examples/example-2-nonequilibrium-dynamics-blockade-radius.py
@@ -14,6 +14,9 @@
# name: python3
# ---
+# %% [markdown]
+# Download Script
+
# %% [markdown]
# # Nonequilibrium Dynamics of nearly Blockaded Rydberg Atoms
# ## Introduction
diff --git a/docs/docs/examples/example-2-two-qubit-adiabatic.py b/docs/docs/examples/example-2-two-qubit-adiabatic.py
index 3824901..9c064c8 100644
--- a/docs/docs/examples/example-2-two-qubit-adiabatic.py
+++ b/docs/docs/examples/example-2-two-qubit-adiabatic.py
@@ -14,6 +14,9 @@
# name: python3
# ---
+# %% [markdown]
+# Download Script
+
# %% [markdown]
# # Two Qubit Adiabatic Sweep
# ## Introduction
diff --git a/docs/docs/examples/example-3-2d-ordered-state.py b/docs/docs/examples/example-3-2d-ordered-state.py
index d8513b0..ab04fcf 100644
--- a/docs/docs/examples/example-3-2d-ordered-state.py
+++ b/docs/docs/examples/example-3-2d-ordered-state.py
@@ -14,6 +14,10 @@
# name: python3
# ---
+# %% [markdown]
+# Download Script
+
+
# %% [markdown]
# # 2D State Preparation
# ## Introduction
diff --git a/docs/docs/examples/example-3-time-sweep.py b/docs/docs/examples/example-3-time-sweep.py
index bff334b..6d217a8 100644
--- a/docs/docs/examples/example-3-time-sweep.py
+++ b/docs/docs/examples/example-3-time-sweep.py
@@ -14,6 +14,9 @@
# name: python3
# ---
+# %% [markdown]
+# Download Script
+
# %% [markdown]
# # 1D Z2 State Preparation
# ## Introduction
diff --git a/docs/docs/examples/example-4-quantum-scar-dynamics.py b/docs/docs/examples/example-4-quantum-scar-dynamics.py
index d684c66..c58a2cc 100644
--- a/docs/docs/examples/example-4-quantum-scar-dynamics.py
+++ b/docs/docs/examples/example-4-quantum-scar-dynamics.py
@@ -14,6 +14,9 @@
# name: python3
# ---
+# %% [markdown]
+# Download Script
+
# %% [markdown]
# # Quantum Scar Dynamics
# ## Introduction
diff --git a/docs/docs/examples/example-5-MIS-UDG.py b/docs/docs/examples/example-5-MIS-UDG.py
index 677dd45..f94c8eb 100644
--- a/docs/docs/examples/example-5-MIS-UDG.py
+++ b/docs/docs/examples/example-5-MIS-UDG.py
@@ -14,6 +14,9 @@
# name: python3
# ---
+# %% [markdown]
+# Download Script
+
# %% [markdown]
# # Solving the Maximal Independent Set Problem on defective King Graph
# ## Introduction
diff --git a/docs/overrides/main.html b/docs/overrides/main.html
index 702c96b..5cb6467 100644
--- a/docs/overrides/main.html
+++ b/docs/overrides/main.html
@@ -1,11 +1,2 @@
{% extends "base.html" %}
-{% block content %}
-{% if page.nb_url %}
-
- {% include ".icons/material/download.svg" %}
-
-{% endif %}
-
-{{ super() }}
-{% endblock content %}