mocquin
mocquin
Hello there, I started working on a backend interface for my physical quantity package, similar to `pint`. The general idea of the interface is to make it easier to wrap...
I think it'd be great to have a button that allows you to expand or collapse everything in the TOC. Thanks for everything !
Hi, I'm not sure this is the right place for such a feature, but I would find it usefull to have a search bar at the top of the toc...
Hi, As of today, it seems to me that simple-clicking and double-clicking have the same effect in the toc extension. When trying the new expand/collapse header sections, I expected to...
I am trying to compute the variance of a symbol but it raises a TypeError that I am not able to interpret. The expected values computes well and works as...
The [jupytext](https://github.com/mwouts/jupytext) package allows for easy conversion and manipulation between various formats for python scripts/markdown/notebooks. Especialy, it allows storing notebooks as python script/markdown file, while opening and editing them as...
Is there a place I could find use-cases or in-depth examples outside of the doc ? I am trying to build a unit-test list that is inspired by real-life use...
I was wondering if there was, apart from the docstrings, some documentation or technical explanation about how the package works, from a mathematical point of view ? Or maybe point...
The source code of uncertainties is filled with monkey patching statements, are their any initiative to rewrite it ? I understand the "only" benefit of this is having more readable...
Most use of `matplotlib` througout the package rely on the implicit `pyplot` API. I'd advocate for using the more explicit OOP-oriented API since it is considered cleaner, more pythonic, and...