Marc Wouts

Results 502 comments of Marc Wouts

This seems to work in Jupyter Notebook: ``` import pandas as pd from itables import init_notebook_mode, JavascriptFunction import itables.options as opt opt.drawCallback = JavascriptFunction( "function(settings) " '{MathJax.Hub.Queue(["Typeset",MathJax.Hub]);}' ) init_notebook_mode(all_interactive=True) pd.DataFrame(...

Hey @choldgraf, how are you? I was wondering if you could provide some guidance to get this to work in Jupyter Book? I think a simple and representative example of...

Hey @Ljupch0 , thank you for reporting this. I don't have access to databricks so it might be a bit challenging for me to do anything about this, but let...

I see, thanks for the confirmation. What happens is that I am not sure when I will be able to make Jupytext compatible with async contents managers - the impact...

Oh yes that would be very helpful indeed! That's probably the most easy way to restore the compatibility between our two projects. Happy to give it a try when you...

Hi @parmentelat , thank you for the report! Good to hear that things work again now... Well I don't have an explanation, just two comments 1. you can remove the...

I reproduced the issue on a environment that I had not used in a while. ``` $ jupyter notebook [C 05:56:17.608 NotebookApp] Bad config encountered during initialization: The 'contents_manager_class' trait...

Hey @nthiery , thank you for the ping - sorry I am running a bit behind these days! Yes I would also find it simpler if we could just have...

Thanks @mahendrapaipuri for the input! Saving the paired files is done by the context manager, which is independent of the editor. I think we need to figure out why in...

Hi @reject-cookies , thanks for asking! Well you're right, the _cell title_ just makes it to the notebook cell metadata, and it's not displayed by Jupyter. I agree this is...