Marc Wouts

Results 486 comments of 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? ![Screenshot...

Hi @iamdionysus , well we did not implement anything here, but rather I think we noticed that uncommented magic command could be used directly in VS code. You can get...

I see. I just gave a quick try to the `magicCommandsAsComments` setting in the jupyter extension to make sure I could activate the setting on my side: ![image](https://user-images.githubusercontent.com/29915202/127978516-eaa52562-686b-4ef5-bba0-25b300fcde15.png) 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...