Marc Wouts
Marc Wouts
Hello @ickc , sure we could do that. How would you like to use this customization? Maybe we could create a new format option (would `pandoc_extra_args` be a good name?)...
Hi @angel-devicente , thank you for reporting this. I'll give it a try and see what I can do about this.
Well, I think the issue is with the enumeration that starts with a `+`, which is not properly escaped in the `light` format. I'll see how to fix that, in...
Hi @edublancas , yes sorry about that, Jupytext does not recognize code cells with tildes. For this reason you get a first markdown cell. And then, in the plain Jupytext...
> I'm using tildes because the docs mention that you can use them if you don't want Jupyter to recognize them as code cells Oh sure, I see! Thanks for...
The big question here is whether a PyCharm plugin can run python code. I've asked this [question](https://youtrack.jetbrains.com/issue/PY-33389) on the PyCharm issue tracker.
Thanks @tribbloid for the references - that's exactly what I was looking for. Yes I agree that we should wait and see what PyCharm delivers in their next release. Indeed,...
Hi @patricksheehan , well this is an old issue, maybe I can give a few updates - As far as I know it is possible to open `.py` files as...
Hi @technic , thank you for sharing this. Well currently Jupytext does not have an option for this, but sure it makes sense to offer compatibility with vscode... Although it...
I may address the point soon. @technic , we will have to choose between the two options below 1. We create a new option `comment_magics_like_vscode` (do you see a better...