Bo
Bo
So this package is left unmaintained. Does anyone have any working alternative? Edit: people seems to be using newspaper3k
Just to get around of this error, I change `generate_from_frequencies(word_dict)` to `generate_from_frequencies(word_dict, max_font_size=10)` in https://github.com/ydataai/ydata-profiling/blob/b0c422b2e06de5eb3ae41af68ac565ffc5aef9af/src/ydata_profiling/visualisation/plot.py#L38-L40 to avoid automatic determination of `max_font_size`. This is of course not ideal so I will...
I concur this. I am looking for a way to replace the title with a dropdown box to list all reports, or adding a dedicated menu item for this. Overriding...
Unfortunately, as reported by #65 as well, we do not yet support JupyterLab 4.x because it has some breaking API change that I currently do not have time to investigate....
I may have to consult our admin for this but as far as I remember, he installed jupyterhub using a conda environment, and then I used `pip install` to install...
JLab 4.x is now (partially) supported.
Please be more specific about what you have done, which versions of packages you have installed so that I can better assist you. But in general, 1. you can use...
First the version of `jupyterlab-sos ` does not look right, pip says 0.10.0, but labextension says 0.8.9 . Then, do you see the right hand side kernel selector from jupyterlab?...
On mac,
Thank you for your patience. There are many moving pieces with jupyter and sos-notebook but I can now reproduce the problem with the official docker image. Let me check what...