Jeremy Tuloup
Jeremy Tuloup
Opening a new issue since the check is failing on the latest commit on `master`: https://github.com/widgetti/ipyvolume/commit/1c08f9fdde4219be873f7c45e02ecec2540d5876  Opening the report shows some differences with the UI elements:  Not sure...
Start testing support for `ipywidgets` 8. Similar to https://github.com/matplotlib/ipympl/pull/461
For now the different formatters run in process by importing the Python modules directly. For example: https://github.com/ryantam626/jupyterlab_code_formatter/blob/ca74872e842ac20e4c9086eb8d008243942e824c/jupyterlab_code_formatter/formatters.py#L75-L78 It would be interesting if we could have them also be pluggable using...
It would be interesting to make this extension able to format code written in other languages than Python, by: - showing the right formatter to the user based on the...
## References As noticed in https://github.com/jupyterlab/jupyterlab/pull/11770#issuecomment-1003129065, the check against `$OSTYPE` in the `ci_install.sh` script doesn't seem to be hit at the moment. ## Code changes Update CI install script to...
In the [weekly dev meeting yesterday](https://github.com/jupyterlab/team-compass/issues/117#issuecomment-858386990), we discussed whether we should drop the [`CodeEditor`](https://github.com/jupyterlab/jupyterlab/tree/master/packages/codeeditor) abstraction. The overall sentiment was positive, with ~15 people in the call. This would be a...
At the moment the JupyterLab shows the Jupyter logo, and the Notebook demo shows the Python logo.  This was briefly mentioned at the weekly JupyterLab meeting last week (https://github.com/jupyterlab/team-compass/issues/135#issuecomment-1063441401)...
I am currently not able to give this project proper attention and maintenance effort, and would then like to archive the repo. cc @felixchenier @Drixs @garmann @OliPlus @bmihelac since you...
This is the beginning of a major refactor to the script. The idea behind that change is to make the backup process as simple as possible and as error-prone as...