https://github.com/agoose77/numpy-html

Render NumPy arrays as HTML tables

https://github.com/agoose77/numpy-html

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.4%) to scientific vocabulary

Keywords

html jupyter markdown numpy python renderer table
Last synced: 5 months ago · JSON representation

Repository

Render NumPy arrays as HTML tables

Basic Info
  • Host: GitHub
  • Owner: agoose77
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 40 KB
Statistics
  • Stars: 40
  • Watchers: 4
  • Forks: 0
  • Open Issues: 1
  • Releases: 1
Topics
html jupyter markdown numpy python renderer table
Created about 7 years ago · Last pushed over 4 years ago
Metadata Files
Readme License

README.md

numpy-html

pypi-badge

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

```python %loadext numpyhtml 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 |

Owner

  • Name: Angus Hollands
  • Login: agoose77
  • Kind: user
  • Location: United Kingdom
  • Company: 2i2c

Open Source Infrastructure Engineer @ 2i2c. Executable Books core team member. PhD in Nuclear Physics from the University of Birmingham.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 5
  • Total pull requests: 1
  • Average time to close issues: 4 months
  • Average time to close pull requests: less than a minute
  • Total issue authors: 5
  • Total pull request authors: 1
  • Average comments per issue: 2.6
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • martinRenou (1)
  • agoose77 (1)
  • texadactyl (1)
  • stared (1)
  • csheaff (1)
Pull Request Authors
  • agoose77 (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels