Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps
- The very first run of MyST markdown in a JupyterLab cell might fail to work. Just rerun it and it should work.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
DataFrame.hvplot
(via the Python package hvplot
) is the most convenient way to use HoloViews.
If you want to use HoloViews directly, it is better to create a HoloViews.Dataset object and use it for visualization.
The groupby
option generates a plot
with a dropdown list for interactively showing plots of different groups.
You can overlay plots of different groups together on the same plot
simplify by calling the .overlay()
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
You can use sudo
without password in Linux and macOS when running GitHub Actions.
GitHub Actions supports manual triggers with workflow_dispatch. Workflow parameters are supported in manually triggers …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
GlideSort is a novel stable sorting algorithm that combines the best-case behavior of Timsort-style merge sorts for pre-sorted …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Please refer to tauri for more discussions.
Dioxus is a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.
Rinf is a production-ready framework for …