Zhihao LIU

Results 6 comments of Zhihao LIU

I got same issues with @hsq125 @Aperion. Python 3.6 Pyinstaller 3.4, fbs 0.8.3. Firstly, everything is fine. When i got "datashader" package installed, fbs run was ok, but failed to...

> My solotion for table font size In your meta yaml, add ``` header-includes: - \usepackage{floatrow} - \floatsetup[table]{font=small} ```

I got the same issue, no idea as well. - **df.apply always works**, but once swapped to parallel_apply or swifter it gets stuck, running forever. - not related to settings,...

Me too...This could be a very useful enhancement! a good external solution (that can be built within GitHub workflow ) I have seen is [this](https://github.com/klane/jekyllnb), Hope it is useful.

> Definitely something to do, thanks for adding this issue @liuh886! > We were planning on "refurbishing" the Coreg documentation pages after adding plotting and stats functionalities mentioned in #435...

I have the same issue and I solve it by downgrade ipywidgets, if you also work on VSCODE: `! pip install -U ipywidgets==7.7.1`