We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1716ddc + 74c4406 commit 99fb378Copy full SHA for 99fb378
1 file changed
src/hubbleds/widgets/exploration_tool/exploration_tool.py
@@ -36,7 +36,7 @@ class ExplorationTool(v.VueTemplate):
36
37
def __init__(self, *args, **kwargs):
38
# self.widget = WWTJupyterWidget(hide_all_chrome=True)
39
- self.widget = WWTWidget()
+ self.widget = WWTWidget(use_remote=True)
40
41
# Wait for the WWT frontend to be ready
42
self.widget.observe(lambda change: self._setup(),
0 commit comments