David Brochart

Results 266 issues of David Brochart

Closes #189.

### Problem During the last Jupyter Server meeting, @afshin mentioned that jupyter-server might not need to have its own implementation of a contents API, and that services like [WebDAV](https://en.wikipedia.org/wiki/WebDAV) already...

enhancement

This PR will need https://github.com/jupyter-server/fps/pull/56 to be merged.

### Problem Currently, plugins in jupyverse are quite independent, meaning that you can decide to use e.g. only the `kernels` plugin, and this won't pull in the other ones. Except...

enhancement

Reference for implementing roles and permissions: https://github.com/fastapi-users/fastapi-users/discussions/454#discussioncomment-825823

enhancement

We currently have no other documentation than the README. Interactive documentation of the API comes for free with FastAPI, but we should start documenting the plugins and their configuration.

enhancement

We use `watchgod` [here](https://github.com/mamba-org/boa/blob/e29aca2c458c211627874a568de3d71545881f27/boa/tui/tui.py#L17). It has been rewritten in [watchfiles](https://watchfiles.helpmanual.io). I think we should update with this new dependency.

See https://github.com/jupyter/jupyter_client/pull/754. Run this code in Jupyter Lab with a xeus-python (not raw) kernel: ```python import asyncio async def main(): await asyncio.sleep(5) await main() ``` and interrupt the execution before...

When I create triangle indices with a `dtype='uint16'`, I get no output and this message in the browser console: ``` WebGL warning: drawElementsInstanced: Indexed vertex fetch requires 71173184 vertices, but...

In e.g. matplotlib, `np.nan` is shown as transparent in an image plot. I guess it is currently not supported in ipygany. It would be nice to also not render it,...