Marc Wouts

Results 518 comments of Marc Wouts

I will follow up on the issue with the offline mode in VS code at #424

Hi, thanks for suggesting this! That's very interesting, and yes I would be very happy to provide support for Ibis. Quick questions for you: - Would you like to see...

To make this happen I would need some hints on the associated PR https://github.com/mwouts/itables/pull/217. Thanks!

@Darshan808 I see these errors on the CI from time to time since we merged the async contents manager - do you see anything that could be different re trusting...

For the records there is another occurrence here: https://github.com/mwouts/jupytext/actions/runs/13697163074/job/38302270749 ``` FAILED tests/functional/others/test_trust_notebook.py::test_ipynb_notebooks_can_be_trusted_even_with_metadata_filter[ipynb_py/plotly_graphs.ipynb-sync] - AssertionError: assert False + where False = ('trusted', True) + where = {'trusted': False}.get + where {'trusted':...

Oddly enough adding `await asyncio.sleep(sleep)` seems to help reproduce the issue locally 🤔 ``` pytest tests/functional/others/test_trust_notebook.py::test_ipynb_notebooks_can_be_trusted -n 6 ``` Without `-n 6` the tests don't fail, with I have random...

Thank you @ctcjab for sharing this interesting question and the code snippet! Great to see your enthusiastic use of text-only notebooks as well. Yes let's see if progress are made...

Hey @HelgeGehring , yes that is possible but you should use the `--log-output` option of `papermill`. For instance if I run ``` jupytext script.py --set-kernel - --to ipynb -o -...

Well, since there are a few of you asking sure yes I can consider that. The problem is that I'd rather stay with `nbconvert` for executing the notebook and at...