Marc Wouts

Results 502 comments of Marc Wouts

Hello @ekauffma , could you please make sure that you have installed `jupytext` in the Python environment you use to lauch Jupyter Lab? Also, can you make sure you restarted...

Hey @psychemedia , thanks for the links! Are you suggesting that we should do the translation from ```mermaid in `ipynb` documents, to ```{mermaid} in `.qmd` or `.myst` ? or should...

Hi @richardehughes , thank you for reporting this. Can you tell us more about how you edited the ipynb notebook? You will have to use either Jupyter Lab or Notebook....

Hey @methsmonker42zero , these markers are typical of the `light` format documented [here](https://jupytext.readthedocs.io/en/latest/formats-scripts.html#the-light-format). You might prefer to use the `percent` format instead (`jupytext --to py:percent`). That format is documented [here](https://jupytext.readthedocs.io/en/latest/formats-scripts.html#the-percent-format),...

Thanks @LoicGrobol for the detailed report. Very helpful ! Thanks also @fcollonval for the update, I will wait for further news then. Also right now we are in the middle...

> Note for efficiency reasons, it will be nice to update the content manager to support the new hash introduced in [jupyter-server/jupyter_server#1367](https://github.com/jupyter-server/jupyter_server/pull/1367) Yes! Please leave this issue open, I will...

> I don't think this is possible as I don't see an option in the action used: https://github.com/jupyterlab/maintainer-tools/blob/main/.github/actions/downstream-test/action.yml Thanks for checking! No problem at all - I was just a...

Hi @ihgumilar , have you installed the Python package? I mean, `pip install jupytext

Thank you @lucas-bremond for this PR! Yep it makes sense to fix this. I will have a look when time permits. For now I have the following remarks: 1. It...