pytri

Pytri, redux


Keywords
sample, setuptools, development, threejs, jupyter-notebook, substrate, jhuapl, pytri
License
MIT
Install
pip install pytri==2.0.1

Documentation

substrate

pytri

A python wrapper for substrate.
CircleCI

Installation and Configuration

  • Clone the repository.
git clone https://github.com/j6k4m8/pytri.git
  • Install all dependencies.
pip3 install -r requirements.txt

Usage

from pytri import pytri

p = pytri()

p.axes()
p.scatter([[1, 2, 3], [4, 5, 6]])
p.show()