Marc Wouts
Marc Wouts
@technic , I was giving a try at this, but I am not sure I can get the magic commands to work in VS Code. Here is what I tried:...
Oh, and I just tried a simple (uncommented) magic command (activate the option command_magics=False, or use the `py:hydrogen` format), and it worked! Is this what you were looking for?  and indeed...
Hi @MarcoGorelli , oh that's right there are so many magic commands... Is it correct that we have implemented support for `var = %magic command` but not for `var =...
> I'll put something together to demonstrate when I get a chance Thanks, that would be great! Alternatively if you have some documentation on the `TransformerManager` I can take a...
> I use both jupytext and nbdev heavily in my workflows, it would be great if I could use them together. Sure! Just to be sure, currently you use them...
I see... This is caused by your interpreter, that has transformed the argument `{"jupytext": {"cell_markers": "\"\"\""}}` into `jupytext: {cell_markers: """}`, which is not a valid JSON string. I remember discussing...
Hi @nathancarter , thank you for taking the time to report this! I agree that a more user-friendly language matching or at least a warning would be useful here. I'll...
Oh that is interesting... indeed we have an issue here! The function `set_main_and_cell_language` does not seem to work as expected, at least I don't seem to get the expected _main...