-
The vispy bits should work in jupyter notebooks/jupyterlab using jupyter_rfb. We need to test this out and make any changes necessary to get it to work
See also: https://github.com/vispy/jupyter_rf…
-
## 🚀 Feature
We floated the possibility of autogenerating connection graphs in meeting this week... which I think everyone agrees would be handy. This is bound to change after the event handler PRs,…
-
**Describe the bug**
I have been using SpecViz for quite a while, today, I reloaded and had to run my code, but the SpecViz application is not opening.
It is getting imported and showi…
-
About to try the standalone Windows Glue-viz installer and see if that works any better.
Under Conda I'm getting the following:
(base) C:\Users\klacrosse>glue -v
INFO:glue:Input arguments: ['C:\\…
-
## 🧰 Task
Over at https://github.com/napari/magicgui/pull/253, I have a PR that moves from using the `events.py` module (the same we have in napari) to [psygnal](https://github.com/tlambert03/psygnal…
-
`%matplotlib` tries to activate the system specific backend (from `matplotlib.rcParamsOrig['backend']` and then remembers this. A subsequent `%matplotlib notebook` fails with "Warning: Cannot change t…
dbrnz updated
6 years ago
-
Hi, I'm trying to create an animation from napari in headless mode.
I am using a jupyter notebook. The images are correctly displayed in normal Qt mode, and the animation gets generated correctl…
-
## 🐛 Bug
I try to use affine transformation to display my images in correct orientation to each other. When I apply a affine transformation via the affine argument the initial dimension order is di…
-
## 🧰 Task
During the v0.4.17 release process, we added #5244 to help with an issue, but inadvertently added a cyclic import to one of napari's modules. When using the napari app, this cyclic import…
-
I cannot build the docker image using the docker file located in the root folder. It seems that the last 2 lines, besides uncommenting, need changing "conda run" for "RUN conda". But after it and when…