Marc Wouts

Results 486 comments of Marc Wouts

> PS: I love jupytext, notably for being able to jump back and forth between my favorite text editor and jupyter depending on the kind of editing I do. Thank...

Hi @rijobro , thanks for sharing your use case! > This is removing spaces from the end of markdown lines, where a double space is needed to add a paragraph...

Hi @lc5415 , custom magics are supported since Jupytext 1.6.0. Sorry I see it's not yet documented... see [this comment](https://github.com/mwouts/jupytext/issues/513#issuecomment-683458030) for how to use them.

> Is there a known way to set this up globally? Yes, the option can be set in a `jupytext.toml` file, as you will see in the link above. The...

Hi @lc5415 , thanks for reporting the double magic case! I agree with you, the cell should be fully commented out in this case. I'll try and see if I...

Hi @fm75 , thanks for asking. As @chrisjsewell and @choldgraf mentioned in the other discussion, the outputs are never stored in the Jupytext files (and this is not related to...

Hi @Bubblbu , I have no plans to parse html files into notebooks yet 😄, so unfortunately the answer is not through jupytext. Still, I think you could achieve the...

Hi again, > it looks like these hooks would then be applied to my overall notebook config instead of singular notebooks, no? Oh I see. Well, in the `pre_save_hook` we...

> Folks, I think there is a confusion here in terms of the difference between static slides produced by nbconvert and the live slides created "on the fly" by RISE...

Hi @Bubblbu , that was a great idea! I've written such a save hook in [this gist](https://gist.github.com/mwouts/04a6dfa571bda5cc59fa1429d130998f), and I am using it now to prepare some slides, indeed that is...