Jeremy Tuloup

Results 481 issues of Jeremy Tuloup

Similar idea as in https://github.com/yuvipanda/nbresuse/issues/49, but for the Prometheus metrics. Since `nbresuse` reports metrics to Prometheus, we can document what metrics are being added.

Let's add tests to make sure the nbresuse endpoints are covered: - `/metrics` (for now, to be deprecated and then removed in other versions) - `/api/nbresuse/v1` when it is introduced...

Once the `/metrics` endpoint is back, we should document the API in the README. We can do the same for the new `/api/nbresuse/v1` endpoint that should be used in the...

Now that JupyterLab 3.0.0rc4 is available on both PyPI and conda forge, we can start updating both the labextension and the navigator to the 3.0 packages. We should also look...

maintenance

## Description It would be nice to have an extra widget with the visualization from https://github.com/mamba-org/mamba-navigator/pull/5. ![third_cv_comp](https://user-images.githubusercontent.com/2227806/86028276-fe401d80-ba31-11ea-8f13-c7fbbc3ed79d.png) For reference the component was defined here: https://github.com/mamba-org/mamba-navigator/blob/84a3d5a700b30017112d68b98fdd7e63adc9f182/src/components/Network.vue

enhancement

At the moment we implement the `source` request from the Debug Adapter Protocol directly in xeus-python instead of forwarding the event to `ptvsd`, because it doesn't seem to be supported...

There are some steps in those instructions that are, I think, either unclear or incorrect. Another person I know ran into the same issue a few days ago. _Originally posted...

### Problem For now we manually update this repo to bump the version of `jupyterlite` when there is a new release. For example: https://github.com/jupyterlite/demo/pull/43 It would be great if this...

enhancement

It looks like the only thing needed to make that repo automatically deployable on Netlify (for folks generating theirs with the template) is to add a `runtime.txt` file with the...

### Problem Now that the RetroLab code base has been merged into the Jupyter Notebook repo: https://github.com/jupyter/notebook/pull/6294 We should start documenting development will be happening over there. ### Proposed Solution...

documentation