We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb2a56 commit 5d0c6e6Copy full SHA for 5d0c6e6
itkwidgets/viewer.py
@@ -89,7 +89,7 @@ async def run(self, ctx):
89
itk_viewer = await api.createWindow(
90
name=f"itkwidgets viewer {_viewer_count}",
91
type="itk-vtk-viewer",
92
- src="https://bafybeihh34vpeoczdl3bu5wff3cvx35g2u3h3cbs6cmc3werg7drobr3ty.on.fleek.co/",
+ src="https://bafybeicvblbtdzu7u6fdawt3muzd5t436xtbpu7cwdas3p3rcsjktxousq.on.fleek.co/",
93
fullscreen=True,
94
data=self.init_data,
95
# config should be a python data dictionary and can't be a string e.g. 'pydata-sphinx',
0 commit comments