Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Mar 30, 2024
1 parent d77eb75 commit 2cba9b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gosling/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
"""
<!DOCTYPE html>
Expand Down

0 comments on commit 2cba9b4

Please sign in to comment.