All Projects → agoose77 → numpy-html

agoose77 / numpy-html

Licence: MIT license
Render NumPy arrays as HTML tables

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to numpy-html

react-datatable
React-datatable is a component which provide ability to create multifunctional table using single component like jQuery Datatable. It's fully customizable and easy to integrate in any react component. Bootstrap compatible.
Stars: ✭ 72 (+89.47%)
Mutual labels:  table
markdown-it-multimd-table
Multimarkdown table syntax plugin for markdown-it markdown parser
Stars: ✭ 104 (+173.68%)
Mutual labels:  table
editable-react-table
React table built to resemble a database.
Stars: ✭ 519 (+1265.79%)
Mutual labels:  table
sense-export
Just a simple button to export data in your Qlik Sense applications.
Stars: ✭ 28 (-26.32%)
Mutual labels:  table
pose refine
cuda icp for 6D pose estimation
Stars: ✭ 84 (+121.05%)
Mutual labels:  renderer
react-jsx-renderer
A React component for Rendering JSX
Stars: ✭ 43 (+13.16%)
Mutual labels:  renderer
paper-datatable-api
A material design implementation of a data table
Stars: ✭ 72 (+89.47%)
Mutual labels:  table
ediTable
Manipulation of table (sort, add, edit, remove, etc... - rows | valid cells, type, require, etc... cells )
Stars: ✭ 14 (-63.16%)
Mutual labels:  table
template
Svelte starter template with HMR, code splitting, datatable & modular ui-kit
Stars: ✭ 16 (-57.89%)
Mutual labels:  table
android-3d-model-viewer
Android app to load 3D models in obj, stl, dae & gltf format using pure OpenGL ES 2.0. Published on Play Store https://play.google.com/store/apps/details?id=org.andresoviedo.dddmodel2
Stars: ✭ 150 (+294.74%)
Mutual labels:  renderer
electron-esbuild
Create Electron apps using esbuild and your favorite frontend tool
Stars: ✭ 60 (+57.89%)
Mutual labels:  renderer
terraform-aws-dynamodb-autoscaler
Terraform module to provision DynamoDB autoscaler
Stars: ✭ 21 (-44.74%)
Mutual labels:  table
DTE
Generate C# class from database table
Stars: ✭ 26 (-31.58%)
Mutual labels:  table
celldown.js
Small javascript library for manipulating markdown tables
Stars: ✭ 17 (-55.26%)
Mutual labels:  table
react-loading-placeholder
Loading placeholer, inspired by Facebook
Stars: ✭ 17 (-55.26%)
Mutual labels:  table
outfancy
Python3 library to print tables in Terminal.
Stars: ✭ 47 (+23.68%)
Mutual labels:  table
Vitro
Experimental C++20 multiplatform graphics engine.
Stars: ✭ 14 (-63.16%)
Mutual labels:  renderer
DummyEngine
Small cross platform Vulkan/OpenGL 3d engine for personal experimentation
Stars: ✭ 76 (+100%)
Mutual labels:  renderer
react-tisch
Table component for React and Bootstrap with real React components as cells
Stars: ✭ 17 (-55.26%)
Mutual labels:  table
medium-toc
Easily create a table of contents for your Medium articles in just one click. ✨
Stars: ✭ 33 (-13.16%)
Mutual labels:  table

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

%load_ext 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].