Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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.21
  • PyPI
  • Socket score

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc