Wei Ouyang
Wei Ouyang
Hi, thanks for the nice work! I am quite new to this, but wondering if we can do differentiable rendering with t3 as done in https://github.com/BachiLi/redner ?
## Is your feature request related to a problem? Please describe. With the recent support of range requests, we can use web apps to visualize large data files directly from...
Hi, I am using a library named keras with jupyter notebook. It's nice that keras use a text progress bar to indicate the progress like this: ``` Train on 381734...
As discussed with @Zsailer , the current [get content api](https://jupyter-server.readthedocs.io/en/latest/developers/rest-api.html#get--api-contents-path ) returns a json object which requires extra parsing in order to be used. One thing we want to have...
The current ZipStore implementation assumes the input is [always a path](https://github.com/zarr-developers/zarr-python/blob/27cf31555975eaeb34e802bfdd59c11222f91597/zarr/storage.py#L1668) which becomes a bit limiting when dealing with in-memory file or virtual file object (e.g. in Pyodide in the...
## Describe the bug I am trying the pixel classification api in python but got an error with the example. ## To Reproduce 1. create an conda environement with the...
For [ImageJ.JS](https://ij.imjoy.io) on touch screen devices, would be nice to emulate the right click by pressing longer (e.g 2s). For example, in the image window (or in the toolbar), trigger...
As an alternative to animated GIF format, [APNG](https://en.wikipedia.org/wiki/APNG) has the advantage of being lossless, small in size, support more color depth(16-bit grayscale for example) and supported by [most modern browsers](https://caniuse.com/#feat=apng)...
This PR fixes the socketio connection issue.
Suggested by @thewtex , it would be cool to load a plugin directly from a ES Module URL which exports `setup` and `run`. I guess in addition to `setup` and...