Skip to main content

Integrates ChartFactor with Jupyter Notebooks

Project description

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

image

Then, add some widgets like Raw Data Table, Bars, Tree Map, etc...

image

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chartfactor-5.0.6.tar.gz (209.4 kB view hashes)

Uploaded Source

Built Distribution

chartfactor-5.0.6-py3-none-any.whl (5.9 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page