bonxai


Namebonxai JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com//bonxai
SummaryA Custom Jupyter Widget Library
upload_time2024-04-05 15:46:38
maintainerNone
docs_urlNone
authorNone
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.
            # bonxai

A Custom Jupyter Widget Library

## Installation

To install use pip:

    $ pip install bonxai

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

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

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

    $ jupyter labextension develop --overwrite bonxai

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//bonxai",
    "name": "bonxai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "ipython, widgets, Jupyter, JupyterLab, JupyterLab3",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/84/f0/2f9008a042425dc0f8336e1146042fad7363d38dbe2b8738914dd794e0c9/bonxai-0.1.1.tar.gz",
    "platform": null,
    "description": "# bonxai\n\nA Custom Jupyter Widget Library\n\n## Installation\n\nTo install use pip:\n\n    $ pip install bonxai\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//bonxai.git\n    $ cd bonxai\n    $ pip install -e .\n    $ jupyter nbextension install --py --symlink --overwrite --sys-prefix bonxai\n    $ jupyter nbextension enable --py --sys-prefix bonxai\n\nWhen actively developing your extension for JupyterLab, run the command:\n\n    $ jupyter labextension develop --overwrite bonxai\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.1",
    "project_urls": {
        "Homepage": "https://github.com//bonxai"
    },
    "split_keywords": [
        "ipython",
        " widgets",
        " jupyter",
        " jupyterlab",
        " jupyterlab3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8c82d18f0cc76333270cca0241a64f9ab69f0764572c02fede28d773f6fdd3c",
                "md5": "90368016ba21fc6798d86e183feb190e",
                "sha256": "0c125737dcce02a09ec8c33d6912c3c72c812659ffe96211bd37ef0f490d0bb4"
            },
            "downloads": -1,
            "filename": "bonxai-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "90368016ba21fc6798d86e183feb190e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 792356,
            "upload_time": "2024-04-05T15:46:36",
            "upload_time_iso_8601": "2024-04-05T15:46:36.175323Z",
            "url": "https://files.pythonhosted.org/packages/d8/c8/2d18f0cc76333270cca0241a64f9ab69f0764572c02fede28d773f6fdd3c/bonxai-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84f02f9008a042425dc0f8336e1146042fad7363d38dbe2b8738914dd794e0c9",
                "md5": "626e4af6300bb73e3bcf068cd6cd58d4",
                "sha256": "c3fe141462561ba6a8ccfdb29c24daf0f57cb50fec58fae6db0205e1c047f794"
            },
            "downloads": -1,
            "filename": "bonxai-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "626e4af6300bb73e3bcf068cd6cd58d4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 668189,
            "upload_time": "2024-04-05T15:46:38",
            "upload_time_iso_8601": "2024-04-05T15:46:38.229709Z",
            "url": "https://files.pythonhosted.org/packages/84/f0/2f9008a042425dc0f8336e1146042fad7363d38dbe2b8738914dd794e0c9/bonxai-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 15:46:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bonxai"
}
        
Elapsed time: 0.22888s