Array columns are rendered as `unknown` in Jupyter notebooks
Open
bug
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 164
- Avg merge
- 7h 31m
- Merged PRs (30d)
- 1
Description
```python
import datatable as dt
DT = dt.Frame(arr=[[1, 2], [3, 4, 5]])
DT
```
produces
Contributor guide
Assessment
This issue has not been assessed yet.