Marc Wouts
Marc Wouts
Thanks @blink1073 ! Oh yes I see then requiring `jupyter_core` as you stated, and `jupyter_server>=2.0` should fix the two issues above. Re the necessity to explicitly add the `async def...
Thank you @LoicGrobol for offering your help! Well this was a while ago, so I will need to look into it to answer more precisely. I think I wanted to...
Hi @LoicGrobol , I have done a quick rebase of this branch, so that in the future we can experiment with it.
Hello @kodek16 , I think what you want is something like ``` notebook_metadata_filter: -kernelspec.display_name ``` either in your `jupytext.yml` file, or in the YAML header of your notebook, in the...
Hi @machow , thank you for reporting this. Well I am seeing a similar issue on our CI at #1002. I think we have two options here: 1. You could...
Hello @JMMarchant , well not this is not deliberate... it just says about the history of the program, as the config file was introduced after the `--pipe` option... I will...
Hi @mfhepp , do I understand correctly that you are looking for Pandoc's markdown representation of notebooks? If so, did you try to pair your notebook with the [`md:pandoc`](https://jupytext.readthedocs.io/en/latest/formats.html#pandoc-markdown) format,...
Hello @CarlaFernandez , thanks for asking! Well `datatables.net`, the javascript library that provides the interactivity, does have support for the fixed columns, cf. https://datatables.net/extensions/fixedcolumns/examples/initialisation/left_right_columns.html Unfortunately these fixed columns are provided...
This is now possible with `itables==2.0`! See the example here: https://mwouts.github.io/itables/extensions.html#fixedcolumns
Closing as it has been a while + I don't have plans to implement edits for the foreseeable future.