diff --git a/uniweb/models.py b/uniweb/models.py
index 720f3bf4ab0b774800682945d277dc0ca9da9af7..2e9e00f4dfad9c53121c917841dcfc8b8293ead7 100644
--- a/uniweb/models.py
+++ b/uniweb/models.py
@@ -90,6 +90,7 @@ class UniwebHomePage(MetadataPageMixin, Page):
                 "table",
                 TableBlock(label="tabulka", template="uniweb/snippet_table.html",),
             ),
+            ("jupyter", DocumentChooserBlock(label="Jupyter notebook")),
         ],
         verbose_name="obsah stránky",
         blank=True,