You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

chartfactor

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chartfactor

Integrates ChartFactor with Jupyter Notebooks

5.1.28
PyPI
Maintainers
1

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

Keywords

aktiun

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts