File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ async def run(self, ctx):
5555 if ui == "pydata-sphinx" :
5656 config = {
5757 "uiMachineOptions" : {
58- "href" : "https://cdn.jsdelivr.net/npm/itk-viewer-bootstrap-ui@0.10.3 /dist/bootstrapUIMachineOptions.js.es.js" ,
58+ "href" : "https://cdn.jsdelivr.net/npm/itk-viewer-bootstrap-ui@0.11.0 /dist/bootstrapUIMachineOptions.js.es.js" ,
5959 "export" : "default" ,
6060 }
6161 }
@@ -89,7 +89,7 @@ async def run(self, ctx):
8989 itk_viewer = await api .createWindow (
9090 name = f"itkwidgets viewer { _viewer_count } " ,
9191 type = "itk-vtk-viewer" ,
92- src = "https://bafybeihh34vpeoczdl3bu5wff3cvx35g2u3h3cbs6cmc3werg7drobr3ty .on.fleek.co/" ,
92+ src = "https://bafybeicvblbtdzu7u6fdawt3muzd5t436xtbpu7cwdas3p3rcsjktxousq .on.fleek.co/" ,
9393 fullscreen = True ,
9494 data = self .init_data ,
9595 # config should be a python data dictionary and can't be a string e.g. 'pydata-sphinx',
You can’t perform that action at this time.
0 commit comments