Marc Wouts
Marc Wouts
Hey @TimWingers , oh it's great to see that `columnControl` is out! Yes definitely! I'll wrap-up the current changes and then proceed with this one in v2.5.0 if that sounds...
Hi @TimWingers , I have prepared a PR that adds the extension to ITables. Currently it works only offline (`connected=False`, the default). If you could give it a try, installation...
I have merged the corresponding PR, you can now see the column control extension in the [docs](https://mwouts.github.io/itables/options/column_control.html). A development build is available at https://github.com/mwouts/itables/pull/431#issuecomment-3238398601. By the way that build also...
Hi @RegularnaMatrica, thanks for reaching out! First thing can I ask which version of `quarto` and of `itables` you are using? For the later I would suggest adding this to...
Hi @RegularnaMatrica , I am not sure there is anything left to be done with that issue so I will close it. If you still see issues with Quarto however,...
I can reproduce the failures locally with `quarto==1.5.54`. The failing tests are ``` FAILED tests/external/contents_manager/test_contentsmanager_external.py::test_save_load_paired_qmd_notebook[ipynb_py/cat_variable.ipynb] - jupytext.compare.NotebookDifference: Unexpected cell type 'markdown' for code cell #1: FAILED tests/external/contents_manager/test_contentsmanager_external.py::test_save_load_paired_qmd_notebook[ipynb_py/frozen_cell.ipynb] - jupytext.compare.NotebookDifference: Unexpected...
The test `tests/external/simple_external_notebooks/test_read_simple_quarto.py::test_qmd_to_ipynb` highlights a difference on the kernelspecs. I am not sure what might cause this: ``` > raise NotebookDifference(f"Notebook metadata differ: {str(error)}") E jupytext.compare.NotebookDifference: Notebook metadata differ: E...
Looking into `tests/external/round_trip/test_mirror_external.py::test_ipynb_to_quarto[ipynb_py/cat_variable.ipynb]`, I see that the notebook now gets an extra markdown cell with this content: ``` {'cell_type': 'markdown', 'metadata': {}, 'source': '---\njupyter: python3\n---'} ```
Hi @davidorme , thank you for reporting this! We would need to make sure that this language information is preserved when the notebook is converted to a Jupyter notebook (the...
Oh actually I realize that this is an issue that has been going on for a very long time! See #759, #778, #789. What happens is that the language specification...