ChartFactor for Python
ChartFactor Py is built on top of ChartFactor, the lightweight visual analytics platform. It includes ChartFactor Studio and the ChartFactor Toolkit between other components.
Installing Chartfactor Py
Visit the installation section in the ChartFactor Py documentation for a detailed guide.
Usage
Create a new notebook and do the following
Cell 1
from chartfactor import *
import pandas as pd
Cell 2
titanic = pd.read_csv('https://chartfactor.com/resources/tutorials/titanic.csv')
Cell 3
cf.studio("My titanic app")
The output will display an empty Studio app, select the dataframe in the Data Sources window
Then, add some widgets like Raw Data Table, Bars, Tree Map, etc...