You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `dx` library contains a simple helper function also called `dx`.
14
+
The `dx` library allows for enabling/disabling DEX media type visualization with `dx.enable()` and `dx.display(data)` by setting a custom `IPython` formatter.
18
15
19
16
```python
20
-
from dx import dx
21
-
```
22
-
23
-
`dx()` takes one positional argument, a `dataframe`.
17
+
import dx
24
18
25
-
```python
26
-
dx.display(dataframe)
19
+
dx.enable()
27
20
```
28
21
29
-
The `dx(dataframe)` function will display the dataframe in
0 commit comments