Nicholas Sofroniew
Nicholas Sofroniew
Here is my code snippet which kind of works to create the tree widget ```python treeWidget = QTreeWidget() # Determine at set number of columns n_columns = np.max([f.count('/') for f...
> i wonder whether QFileSystemModel could be useful here? Or does it not work for your list of strings if you don't necessarily want every file? ooo that sounds promising!!...
Thanks! Here is my "browser" for this recent [450GB data release from Recursion](https://www.rxrx.ai/rxrx19) - It's a little slow because the remote zip stuff is slow, see my [image.sc post](https://forum.image.sc/t/help-getting-small-images-out-of-big-zip-file-from-urls/36874), but...
Following up I made a new cool demo doing a similar thing but with my local file browser. Clears and loads new image data via `viewer.open_path` / `viewer.open` when selected....
@jni just asked me about turning this into a plugin (or contribution to magicgui?). It's been a while since the last comments on here, curious @tlambert03 if things have advanced...
I think napari example/ napari plugin for file browsing is all @jni wanted, but maybe we could build it using pieces from the magicgui file dialog? https://github.com/napari/magicgui/blob/master/examples/file_dialog.py Direct Qt file...
Code from above https://github.com/sofroniewn/image-demos/blob/master/examples/rxrx19_browser.py
@DragaDoncila see this issue, it could be something great for you to add to magicgui :-)
This has also been improved for me by upgrading to magicgui `0.2.9`, so is maybe a little less urgent - I can now see `0.000010` for example. > I actually...
I'd be happy to contribute an example showing how to integrate these simulations with [napari](https://github.com/napari/napari) a python multidimensional image viewer (note, I'm one of the maintainers of that package so...