From 2cba9b43dc5634b33c97a934c28e0de4f140267c Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Sat, 30 Mar 2024 14:09:43 -0400 Subject: [PATCH] update todo --- gosling/display.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gosling/display.py b/gosling/display.py index df2014c..cc06ef2 100644 --- a/gosling/display.py +++ b/gosling/display.py @@ -9,10 +9,7 @@ from gosling.plugin_registry import PluginRegistry from gosling.schema import SCHEMA_VERSION, THEMES -# TODO: This is kind of a mess. Gosling.js can be very finky with its -# peer dependencies in various Jupyter-like environments. This is a -# hacky way to get things working in JupyterLab, Jupyter Notebook, -# VSCode, and Colab consistently. +# TODO: Ideally we could use a single import but this seems to work ok. HTML_TEMPLATE = jinja2.Template( """