Marc Wouts

Results 477 comments of Marc Wouts

> I have tried to fix a few of the failures in [this branch](https://github.com/mwouts/jupytext/tree/fix_906) FYI I have merged this into `main` already, as they happened to fix some issues I...

> looks like some progress has been made because now are failing only four units Ha ha thank you @kloczek! And I see that three of them are tests that...

> So should I add ipkernel (?) to my build depenedencies or temporary hold such change? smile Well you don't need to (I prefer to fix the test requirements and...

Hi @bkarpati , thank you for reporting the issue. I have turned the report above in a test, and at least locally the test seems to pass. To understand what...

Hi @bkarpati , sorry for the delay in answering. Yes the logs above do confirm what you reported. But there is still one thing that I'd like to investigate... I...

Hello @bkarpati , well that is interesting ! I'd like to see if we can reproduce that programmatically. Could you please clone this branch: `test_pyproject_toml_876`, and execute ``` pytest tests/test_cm_config.py...

> I have cloned the test_pyproject_toml_876 branch and ran the specified command. It reports that both test cases have passed. Great! Thank you for checking out > I did try...

Well, the fact that the py file looks OK on bitbucket makes me think that maybe "dataspell" is doing strange things... Can you use another editor and report how the...

Hello @tirkarthi , thanks for pointing this out. Well, the files that you are looking at are representations of [this notebook](https://github.com/mwouts/jupytext/blob/master/tests/notebooks/ipynb_py/Line_breaks_in_LateX_305.ipynb) that contains $\LaTeX$ formulas. Would you expect Jupytext to...

A fraction of this issue was addressed with #836, but I see that some non-raw string remains at e.g. https://github.com/mwouts/jupytext/blob/main/tests/notebooks/mirror/ipynb_to_script_vim_folding_markers/Line_breaks_in_LateX_305.py I'll have a look when time permits.