Skip to content

Commit

Permalink
Make sure we use the jupyter_rfb backend for vispy
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jun 26, 2024
1 parent 7897df4 commit a5eee20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions glue_jupyter/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ def app(dataxyz, datax, dataxz, data_volume, data_image):
SOLARA_INSTALLED = True


import vispy # noqa
vispy.use('jupyter_rfb')

# Tweak IPython's display to not print out lots of __repr__s for widgets to
# standard output. However, if we are using solara, we shouldn't do this as
# it seems to cause issues.
Expand Down

0 comments on commit a5eee20

Please sign in to comment.