Skip to content
Snippets Groups Projects

Local itk-vtk-viewer

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -29,7 +29,7 @@ def itk_vtk_viewer(filename:str = None):
command = 'itk-vtk-viewer -s'
def run_global():
if platform.system() == "Linux":
if platform.system() in ["Linux", "Darwin"]:
subprocess.run(command, shell = True, stderr = subprocess.DEVNULL)
elif platform.system() == "Windows":
# First sourcing the node.js, if sourcing via fnm doesnt help and user would have to do it any other way, it would throw an error and suggest to install viewer to qim library
Loading