Skip to content

Commit 99fb378

Browse files
authored
Merge pull request #881 from johnarban/use-remote-for-exploration_tool-WWTWidget
Set use_remote = True on short-demo
2 parents 1716ddc + 74c4406 commit 99fb378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hubbleds/widgets/exploration_tool/exploration_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ExplorationTool(v.VueTemplate):
3636

3737
def __init__(self, *args, **kwargs):
3838
# self.widget = WWTJupyterWidget(hide_all_chrome=True)
39-
self.widget = WWTWidget()
39+
self.widget = WWTWidget(use_remote=True)
4040

4141
# Wait for the WWT frontend to be ready
4242
self.widget.observe(lambda change: self._setup(),

0 commit comments

Comments
 (0)