From 1b61fccf846d055eacb0f84ede7f6d182c4f12b7 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Mon, 24 Feb 2020 20:15:55 -0800 Subject: [PATCH] BUG: html renderer: support multiple views in JupyterLab --- altair/utils/html.py | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/altair/utils/html.py b/altair/utils/html.py index 39699c13f3..d480cd6f72 100644 --- a/altair/utils/html.py +++ b/altair/utils/html.py @@ -82,17 +82,22 @@ HTML_TEMPLATE_UNIVERSAL = jinja2.Template(""" -
- + + """)