Maarten Breddels
Maarten Breddels
supersedes #89 and #90
debugpy is quite a heavy dependency, before it was a build dependency, but now it's standard: It shows up as 28MB on disk ``` 28M /Users/maartenbreddels/venvs/solara-size1/lib/python3.9/site-packages/debugpy ``` On pypi https://pypi.org/project/debugpy/#files...
I've gone through the documentation and https://github.com/jupyterlite/jupyterlite/blob/main/CONTRIBUTING.md but I don't know what a developer workflow should look like if I want to modify something in the frontend. Especially since there...
With pytest 8 we now get the warning: ``` ERROR ipywidgets/tests/test_embed.py::TestEmbed::test_minimal_html_filename - pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. ipywidgets/tests/test_embed.py::TestEmbed::test_minimal_html_filename is using...
In https://github.com/ipython/traitlets/commit/bbbdfbbf57d06487e3acd54d954fe512e5d1b693 Sentinel was made deprecated. In the warning it mentions it might be removed `"It was published by mistake, and may be removed in the future."`. Sentinel is already...
due to https://github.com/ipython/traitlets/pull/817 (from traitlets >=5.8) we dont export `observe` anymore, previously we could do `from traitlets import *` and have observe available. I know it's not good practice, but...
The drawing mode can be controlled via the toolbar, however, it's not clear if and how to drawing mode can be controlled without using the built-in toolbar, but our own....
### Problem It is useful for a kernel to know if it shares the same Python environment with the server. For ipywidgets and libraries we can do some automated checks...
For voila, we need to know if voila was started with the `voila` command (in other words, if we are in standalone mode). Because in that case, we do not...
As reported https://github.com/maartenbreddels/fastblog/issues/3#issuecomment-762680936 perf does not run if it needs to listen non-existing probes, a workaround for now is: ``` # sudo perf probe -f -x `python -c "import per4m.pytrace...