Marc Wouts

Results 502 comments of Marc Wouts

The latest [release](https://datatables.net/blog/2022-11-10-esm#Modules-in-the-browser) of `datatables.net==1.13.1` will let us load the buttons using ESM imports. One example is given at https://datatables.net/forums/discussion/74578 and looks like this: ``` import JSZip from 'jszip'; import...

Hello @gpoore , thank you for considering this. I'll give my view point on a few questions, hopefully that can help: > What do you gain by jupytext/Jupyter conversion? As...

Hi @gpoore , these are great news! I think I'd prefer to use `codebraid` as a library (as we do for the `md:myst` format) rather than calling it via subprocess...

Hello @kloczek, sorry about that! Just to confirm, is it the `xfailed` test that causes an issue? Would you prefer me to skip it?

Does `jupytext==1.14.3` or `jupytext==1.14.4` works better for you? Just in case I have replaced the `xfailed` with a `skip`. Cheers

Hey, I see that a `onWillSaveNotebookDocument` [API](https://github.com/microsoft/vscode/issues/157844#issuecomment-1483246751) has been added to VS Code recently. Could we use that? Or does anyone know how we could code a `jupytext --sync` action...

Oh that's neat! Thank you for letting us know!

I've had a quick look at this issue. As Jeremy mentioned above, > Notebook v7 is now the [continuation of RetroLab](https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html) so you're correct we can close this issue since...