Local itk-vtk-viewer
Compare changes
- David Grundfest authored
Web browser window opened even if the viewer wasn't installed I added thread shared variable which is checked whether the window should be opened and server serving the files started Then I think I fixed any problem that could be on linux, whatever it was I changed the way it is done, hopefully more readable now
+ 28
− 8
@@ -8,7 +9,11 @@ class NotInstalledError(Exception): pass
@@ -18,7 +23,7 @@ def get_nvm_dir(dir:Path = None) -> Path:
@@ -34,10 +39,12 @@ def get_node_binaries_dir(nvm_dir:Path = None) -> Path:
@@ -46,11 +53,24 @@ def get_node_binaries_dir(nvm_dir:Path = None) -> Path:
\ No newline at end of file