causalvis


Namecausalvis JSON
Version 0.1.0a0 PyPI version JSON
download
home_pagehttps://github.com//causalvis
SummaryA Custom Jupyter Widget Library
upload_time2023-06-02 19:53:23
maintainer
docs_urlNone
author
requires_python>=3.7
licenseBSD 3-Clause License
keywords ipython widgets jupyter jupyterlab jupyterlab3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # causalvis

A Custom Jupyter Widget Library

## Installation

To install use pip:

    $ pip install causalvis

For a development installation (requires [Node.js](https://nodejs.org) and [Yarn version 1](https://classic.yarnpkg.com/)),

    $ git clone https://github.com//causalvis.git
    $ cd causalvis
    $ pip install -e .
    $ jupyter nbextension install --py --symlink --overwrite --sys-prefix causalvis
    $ jupyter nbextension enable --py --sys-prefix causalvis

When actively developing your extension for JupyterLab, run the command:

    $ jupyter labextension develop --overwrite causalvis

Then you need to rebuild the JS when you make a code change:

    $ cd js
    $ yarn run build

You then need to refresh the JupyterLab page when your javascript changes.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com//causalvis",
    "name": "causalvis",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "ipython,widgets,Jupyter,JupyterLab,JupyterLab3",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/96/c2/1dce65280bc82a576bc3c2e890a4459c0bf7dd88f96f7b0d2854499388fd/causalvis-0.1.0a0.tar.gz",
    "platform": null,
    "description": "# causalvis\n\nA Custom Jupyter Widget Library\n\n## Installation\n\nTo install use pip:\n\n    $ pip install causalvis\n\nFor a development installation (requires [Node.js](https://nodejs.org) and [Yarn version 1](https://classic.yarnpkg.com/)),\n\n    $ git clone https://github.com//causalvis.git\n    $ cd causalvis\n    $ pip install -e .\n    $ jupyter nbextension install --py --symlink --overwrite --sys-prefix causalvis\n    $ jupyter nbextension enable --py --sys-prefix causalvis\n\nWhen actively developing your extension for JupyterLab, run the command:\n\n    $ jupyter labextension develop --overwrite causalvis\n\nThen you need to rebuild the JS when you make a code change:\n\n    $ cd js\n    $ yarn run build\n\nYou then need to refresh the JupyterLab page when your javascript changes.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "A Custom Jupyter Widget Library",
    "version": "0.1.0a0",
    "project_urls": {
        "Homepage": "https://github.com//causalvis"
    },
    "split_keywords": [
        "ipython",
        "widgets",
        "jupyter",
        "jupyterlab",
        "jupyterlab3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec4803ffbe2281b33d56b015753b5cc393228f17bcd66d6e28edfbfc595b30df",
                "md5": "2d5c761f27f9855dba52f331ff528f51",
                "sha256": "94dde8c923e99d7d833a328b18413dab3c7bab76afa07c9bd548e1c72d71ab82"
            },
            "downloads": -1,
            "filename": "causalvis-0.1.0a0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d5c761f27f9855dba52f331ff528f51",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1220845,
            "upload_time": "2023-06-02T19:53:21",
            "upload_time_iso_8601": "2023-06-02T19:53:21.112334Z",
            "url": "https://files.pythonhosted.org/packages/ec/48/03ffbe2281b33d56b015753b5cc393228f17bcd66d6e28edfbfc595b30df/causalvis-0.1.0a0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96c21dce65280bc82a576bc3c2e890a4459c0bf7dd88f96f7b0d2854499388fd",
                "md5": "e0214601212747861ee6a889e34414ac",
                "sha256": "2c43b5852511cc85eb8b7014c7849cd37ab61975d6283624236aeb67c26a1e2b"
            },
            "downloads": -1,
            "filename": "causalvis-0.1.0a0.tar.gz",
            "has_sig": false,
            "md5_digest": "e0214601212747861ee6a889e34414ac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1062736,
            "upload_time": "2023-06-02T19:53:23",
            "upload_time_iso_8601": "2023-06-02T19:53:23.826962Z",
            "url": "https://files.pythonhosted.org/packages/96/c2/1dce65280bc82a576bc3c2e890a4459c0bf7dd88f96f7b0d2854499388fd/causalvis-0.1.0a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-02 19:53:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "causalvis"
}
        
Elapsed time: 0.15839s