chartfactor


Namechartfactor JSON
Version 5.0.5 PyPI version JSON
download
home_pagehttps://github.com/Aktiun/chartfactor-py
SummaryIntegrates ChartFactor with Jupyter Notebooks
upload_time2024-04-09 22:59:23
maintainerNone
docs_urlNone
authorAktiun
requires_python>=3.7
licenseNone
keywords aktiun jupyter jupyterhub jupyterlab chartfactor-py
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ChartFactor for Python

[ChartFactor Py](https://chartfactor.com/doc/latest/cfpy_overview/) is built on top of [ChartFactor](https://chartfactor.com), the lightweight visual analytics platform. It includes [ChartFactor Studio](https://chartfactor.com/doc/latest/studio_intro/) and the [ChartFactor Toolkit](https://chartfactor.com/doc/latest/architecture/) between other components.

# Installing Chartfactor Py

Visit the [installation section](https://chartfactor.com/doc/latest/cfpy_installing/) in the ChartFactor Py documentation for a detailed guide.

# Usage

Create a new notebook and do the following

#### Cell 1

```python
from chartfactor import *
import pandas as pd
```

#### Cell 2

```python
titanic = pd.read_csv('https://chartfactor.com/resources/tutorials/titanic.csv')
```

#### Cell 3

```python
cf.studio("My titanic app")
```

#### The output will display an empty Studio app, select the dataframe in the Data Sources window
![image](https://chartfactor.com/resources/images/chartfactor-py/studio-empty.png)

#### Then, add some widgets like Raw Data Table, Bars, Tree Map, etc...
![image](https://chartfactor.com/resources/images/chartfactor-py/studio-widgets.png)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Aktiun/chartfactor-py",
    "name": "chartfactor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "aktiun, jupyter, jupyterhub, jupyterlab, chartfactor-py",
    "author": "Aktiun",
    "author_email": "juan.dominguez@aktiun.com",
    "download_url": "https://files.pythonhosted.org/packages/93/c1/9f3706ead4b2943f24bb44ed668efce32d427993be54894ff069529e1021/chartfactor-5.0.5.tar.gz",
    "platform": null,
    "description": "# ChartFactor for Python\n\n[ChartFactor Py](https://chartfactor.com/doc/latest/cfpy_overview/) is built on top of [ChartFactor](https://chartfactor.com), the lightweight visual analytics platform. It includes [ChartFactor Studio](https://chartfactor.com/doc/latest/studio_intro/) and the [ChartFactor Toolkit](https://chartfactor.com/doc/latest/architecture/) between other components.\n\n# Installing Chartfactor Py\n\nVisit the [installation section](https://chartfactor.com/doc/latest/cfpy_installing/) in the ChartFactor Py documentation for a detailed guide.\n\n# Usage\n\nCreate a new notebook and do the following\n\n#### Cell 1\n\n```python\nfrom chartfactor import *\nimport pandas as pd\n```\n\n#### Cell 2\n\n```python\ntitanic = pd.read_csv('https://chartfactor.com/resources/tutorials/titanic.csv')\n```\n\n#### Cell 3\n\n```python\ncf.studio(\"My titanic app\")\n```\n\n#### The output will display an empty Studio app, select the dataframe in the Data Sources window\n![image](https://chartfactor.com/resources/images/chartfactor-py/studio-empty.png)\n\n#### Then, add some widgets like Raw Data Table, Bars, Tree Map, etc...\n![image](https://chartfactor.com/resources/images/chartfactor-py/studio-widgets.png)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Integrates ChartFactor with Jupyter Notebooks",
    "version": "5.0.5",
    "project_urls": {
        "Homepage": "https://github.com/Aktiun/chartfactor-py"
    },
    "split_keywords": [
        "aktiun",
        " jupyter",
        " jupyterhub",
        " jupyterlab",
        " chartfactor-py"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee71703e3e58601ac95dea1b8d9cbed7fe5f460015b04168e61385b722d6d0fc",
                "md5": "1ad36f54a6a6bf78e103fa7bfb1f5592",
                "sha256": "505b7c0809db9d8efc65661e4dd1909e92513d595b8d81a092f7fff86c25496a"
            },
            "downloads": -1,
            "filename": "chartfactor-5.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1ad36f54a6a6bf78e103fa7bfb1f5592",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5875385,
            "upload_time": "2024-04-09T22:59:20",
            "upload_time_iso_8601": "2024-04-09T22:59:20.843913Z",
            "url": "https://files.pythonhosted.org/packages/ee/71/703e3e58601ac95dea1b8d9cbed7fe5f460015b04168e61385b722d6d0fc/chartfactor-5.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93c19f3706ead4b2943f24bb44ed668efce32d427993be54894ff069529e1021",
                "md5": "b2d3f1829e2b9d760f9722002b3a289b",
                "sha256": "31f743e9b29760606d5864d17d1db55dfd548dc7d16f50c32526ecbb2ec8e499"
            },
            "downloads": -1,
            "filename": "chartfactor-5.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "b2d3f1829e2b9d760f9722002b3a289b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 209440,
            "upload_time": "2024-04-09T22:59:23",
            "upload_time_iso_8601": "2024-04-09T22:59:23.488401Z",
            "url": "https://files.pythonhosted.org/packages/93/c1/9f3706ead4b2943f24bb44ed668efce32d427993be54894ff069529e1021/chartfactor-5.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 22:59:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Aktiun",
    "github_project": "chartfactor-py",
    "github_not_found": true,
    "lcname": "chartfactor"
}
        
Elapsed time: 0.24707s