Python Visualization Toolkit for Machine Learning and Data Exploration
- JupyterLab
- Statusbar Extension
- JupyterLab
- Pandas
- Altair
- Go through the example notebooks
- Use data exploration functions with
from plyto import check_data, check_columnpip install plyto
jupyter labextension install jupyterlab-plytoRequires 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