Python Visualization Toolkit for Machine Learning and Data Exploration
- JupyterLab
- Statusbar Extension
- JupyterLab
- Pandas
- Altair
- 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
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