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.0.5.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file numpy-html-0.0.5.tar.gz
.
File metadata
- Download URL: numpy-html-0.0.5.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 | 4370b796bed6239d06a962c2d14797a58c500559c9d4af077fe66638879b5e96 |
|
MD5 | 3da2c1424f6ec05560769d2bc194bf7d |
|
BLAKE2b-256 | 16b43a5ef072badb36564632e04cc1e5e5a4be2673a0a1aac6238c8acea7873b |
File details
Details for the file numpy_html-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: numpy_html-0.0.5-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 | 6a6f60654519972e76e55ed0f71cf2ce857914aa9c4be1a3157fe7f31141cafc |
|
MD5 | 728c166752ebb09ccfedcca3e9eb2694 |
|
BLAKE2b-256 | 1f005ebc5a60ef99bbb307629c7dbb5430e7bf0bffa63530abb8e08c496a91ff |