more
This commit is contained in:
parent
6277920ac4
commit
db3c18b3c8
@ -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:
|
||||
|
@ -1,2 +1,2 @@
|
||||
from . import rust as backend
|
||||
# from . import rust as backend
|
||||
from .Qube import Qube
|
Loading…
x
Reference in New Issue
Block a user