Maxime Liquet

Results 828 comments of Maxime Liquet

> Do we have any data on how many users actually downloads and runs the notebooks at HoloViz Topics or Panel web site? No. It *might* be possible to track...

> Regarding bugs. I've contributed bug fixes to Panel for years. Especially for the pyodide powered notebooks I've often felt like I was the only one really trying to make...

Coming back to the core issue here after this long side discussion :) > I'd like to see a version of 3 as a mode that's quite notebook-like but designed...

@droumis Can you build an environment from anaconda-project's lock file in Colab? If yes, great! If not, strong -1 for me!

I see you made changes to link to Colab in https://github.com/holoviz-topics/examples/pull/454. I'm not thrilled about it tbh, as I've spent too much time trying to rationalize and fix the whole...

Hmm. It works for carbon_flux. Possibly an hvplot bug. ![Image](https://github.com/user-attachments/assets/d079e3b1-2461-414c-aa27-e7c3195d9805)

> The main point of this PR was to add type information to the parameter, not type validation. What is the difference between type information and type validation? Given how...

Ok thanks I get what you mean with type information (inference) vs. validation (run-time checked). > We likely could add some validation, this will, as far as I can see,...

The test suite is actually being executed by `pytest` so contributors are free and encouraged to write pytest-flavored tests. Migrating the test suite to `pytest` would be a good thing...

@majidaldo would you be interested in opening a PR to update the documentation?