0.1.1 • Published 6 years ago

jupyterlab-plyto v0.1.1

Weekly downloads
2
License
BSD-3-Clause
Repository
-
Last release
6 years ago

plyto

Binder

Python Visualization Toolkit for Machine Learning and Data Exploration

Prerequisites for Model Visualization

  • JupyterLab
  • Statusbar Extension

Prerequisites for Data Exploration

  • JupyterLab
  • Pandas
  • Altair

Usage

  • Open model visualizations from the toolbar or status bar (if model is training)
  • Use data exploration functions with
from plyto import check_data, check_column

Install

Development

Contributing

Install

Requires node 4+ and npm 4+

git clone https://github.com/jupytercalpoly/plyto.git
cd plyto
npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app

npm run build
jupyter lab build