You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The napari CLI has support for loading one or more plugins. Supporting this fully is beneficial as this is what new users with napari experience will expect.
When combining CLI options, we would expect being able to open a dataset and also open the View or Scatter plugin. The following now opens two separate windows instead of one, because a new viewer instead of the current one is used.
Right now, python -m napari-spatialdata view <path> and napari --plugin napari-spatialdata <path> have the same behavior. But the first case could in the future support more advanced behavior (combining multiple datasets, filtering...).
Support CLI for multiple datasets
Support filtering SpatialData elements
The text was updated successfully, but these errors were encountered:
* Update _interactive.py
Closes first issue in #105: bug for -w and --plugin.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Wouter-Michiel Vierdag <[email protected]>
Co-authored-by: Rahul Shrestha <[email protected]>
The napari CLI has support for loading one or more plugins. Supporting this fully is beneficial as this is what new users with napari experience will expect.
When combining CLI options, we would expect being able to open a dataset and also open the View or Scatter plugin. The following now opens two separate windows instead of one, because a new viewer instead of the current one is used.
-w
and--plugin
Right now,
python -m napari-spatialdata view <path>
andnapari --plugin napari-spatialdata <path>
have the same behavior. But the first case could in the future support more advanced behavior (combining multiple datasets, filtering...).The text was updated successfully, but these errors were encountered: