Marc Wouts
Marc Wouts
Hi @mahendrapaipuri , thanks for your comment! Indeed you're correct I don't want to add a new kernel on the CI. The reason why I am trying to update the...
Thanks @mahendrapaipuri ! Oh it's great that I can download the updated UI results, I will make a PR from this! Re the automation, thanks for the pointers too.
Apparently I have been able to require `jupyterlab>=4` dynamically, and now the test runs in only 8 seconds.
> Apparently I have been able to require `jupyterlab>=4` dynamically, and now the test runs in only 8 seconds. Well apparently that did not work :cry: (the dev install fails...
As discussed above, I have merged #1233 instead - thanks @mahendrapaipuri for your advice!
Hi @parmentelat , thanks for opening this thread. I see are at least two difficulties for providing the current Jupytext in Jupyter Lite a) The context manager for Jupyter Lite...
Hey @jsquaredosquared , thank you for this! Oh I see that the CI is not passing neither, possibly a `pytest` update. It may take me a few days to fix...
Thank you @jsquaredosquared for your PR! And sorry for the delay in taking it. I will release a new version shortly.
I can reproduce the issue with `tests/external/pre_commit/test_pre_commit_1_sync.py` when `node` is not installed.
What I think we could do is set `HATCH_BUILD_HOOKS_ENABLE=false` for when the `jupytext` pre-commit hook is installed. There are many similar questions on the pre-commit project, see e.g. https://github.com/pre-commit/pre-commit/issues/2367, but...