Marc Wouts

Results 493 comments of Marc Wouts

Hi @statquant , thanks for asking. I think it should be possible to execute code from Vim in the same R or Python session that is being used in Jupyter....

Oh that is super interesting! Thank you Paul for the update. @statquant , I see that `jupyter-vim` has support already for a Matlab mode with `##` markers for cells, maybe...

Hi @statquant , thank you for sharing the link. Does it work well with Jupytext notebooks? I mean, can you select a whole `# %%` cell for execution? If so...

Hi @jonathan-taylor , I am afraid that writing a new format is quite hard, and even more defining a new format from scratch. > Can you point to code to...

Hi @jonathan-taylor , > My real interest in this is mostly a one-off: I am involved in a project with legacy LaTeX which works with code that must appear in...

@jtpio , do we expect this issue to be addressed by our PRs #933 and #934 ?

Ok great! So, if I understand correctly, this will become available with Notebook v7 and will be able to open text files as notebooks without having to create a `default_setting_overrides.json`?...

I'd like, in addition, to add a link to retrolab on our Binder. I see that this is possible, cf your [gist](https://gist.github.com/jtpio/4a6a34da66b32249e28df718ec30e4d7), well done Jeremy :+1:

I am struggling to install the development version of `jupyterlab`, `retrolab` and `notebook`. With this in my Binder requirements: https://github.com/mwouts/jupytext/blob/a5edb8151a660c9bdff71da47ab3518769e32c65/binder/requirements.txt#L1-L3 I get this error: ``` The conflict is caused by:...

Oh I see, thank you @jtpio . I have updated the branch `retrolab_on_binder` in this commit: https://github.com/mwouts/jupytext/commit/4f3e3ec39bc9c97135dcfc0582a842f2a40846fe and now I can see "retrolab / notebook" in action at https://mybinder.org/v2/gh/mwouts/jupytext/retrolab_on_binder?filepath=demo When...