Marc Wouts

Results 486 comments of Marc Wouts

Hi @Skylion007 , thanks for letting me know. My expectation would have been that the ids, although not in the text representation, should be preserved (like outputs and metadata) when...

Hi @Skylion007 , I'll soon have a look at this issue, may I ask you what you mean by _ID is not preserved in the cells with a bidirectional update_...

> Update JuPyText hook so the version comment in all the .py files change. Oh interesting! I've seen people using ``` notebook_metadata_filter: -jupytext.text_representation.jupytext_version,-jupytext.text_representation.format_version ``` to avoid this impact on their...

Hi @zmoon, thanks for reporting this. Could you please indicate which version of `jupytext` and `markdown-it-py` you are using? This sounds like an issue we had in the past where...

Hi @xareelee , if you want a cell to be executed only in the ipynb version then you can add an `active-ipynb` tag, like this: ``` # %% tags=["active-ipynb"] #...

I see! So you want VS Code to act based on some cell metadata. I am not sure to understand if this is something that is already implemented in VS...

Hello @zhuoqiang , thanks for discussing this. Right now the synchronisation between the two files only occurs when 1) you save the notebook in Jupyter or 2) you reload the...

Hello, yes I agree it would be great to have this auto-refresh. Actually my notebooks also take a long time to refresh, just because they are too heavy... if we...

Thank you @festeh for sharing this. I will have a look soon!

Hi Tony, thanks for reaching out! Yes I saw [your post](https://blog.ouseful.info/2021/03/17/spellchecking-jupyter-notebooks-with-pyspelling/) yesterday and found it very useful! A few thoughts that come to my mind: - maybe you'd like to...