This commit is contained in:
Tom 2025-02-12 13:00:15 +00:00
parent 6277920ac4
commit db3c18b3c8
2 changed files with 18 additions and 12 deletions

View File

@ -91,6 +91,12 @@ but we do not allow this because it would mean we would have to take multiple br
What we have now is a tree of dense datacubes which represents a single larger sparse datacube in a more compact manner. For want of a better word we'll call it a Qube.
### HTML Output
```{code-cell} python3
q.compress().html()
````
## API
Qubed will provide a core compressed tree data structure called a Qube with:

View File

@ -1,2 +1,2 @@
from . import rust as backend
# from . import rust as backend
from .Qube import Qube