A simple table renderer for numpy arrays. Provides a rich display hook for use with Jupyter Lab / Notebook.
Project description
numpy-html
A simple table renderer for numpy arrays. Provides a rich display hook for use with Jupyter Lab / Notebook. Inspired by xtensor.
Installation
pip install numpy-html
Example inside Jupyter
import numpy_html
import numpy as np
np.set_printoptions(threshold=5, edgeitems=2)
np.arange(49).reshape(7, 7)
0 | 1 | ⋯ | 5 | 6 |
---|---|---|---|---|
7 | 8 | ⋯ | 12 | 13 |
⋮ | ⋮ | ⋱ | ⋮ | ⋮ |
35 | 36 | ⋯ | 40 | 41 |
42 | 43 | ⋯ | 47 | 48 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
numpy-html-0.1.0.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file numpy-html-0.1.0.tar.gz
.
File metadata
- Download URL: numpy-html-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.7.3 Linux/5.0.0-32-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9dfb50a24bb7a8e81cfd6e53bff4c06e0b78b6c33462cc80db7de8f5fcc24059 |
|
MD5 | 99ec121b9e91cb1f1b01851e3e2f038c |
|
BLAKE2b-256 | 035e90d87f4a09f407bbf40b6054e9abe9184c88f6405d3087d1e2b8bfc72d90 |
File details
Details for the file numpy_html-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: numpy_html-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.7.3 Linux/5.0.0-32-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d037485963de5717d1c5c64b79a9fe7a98f71ddec5c7fdaec8dd8d6cae1daf76 |
|
MD5 | 0fe9fc0641a7fca94bdeced3770664ee |
|
BLAKE2b-256 | 4356f40962fb2e02ff5c8466b6bbc6502c48d68954fd800d61fd244993f7b38f |