D3vis-ipynb


NameD3vis-ipynb JSON
Version 0.1.0.dev0 PyPI version JSON
download
home_pageNone
SummaryA Custom Jupyter Widget Library with visualizations created with D3.js.
upload_time2024-04-09 13:31:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseCopyright (c) 2024 Daniel Adam Miranda All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords ipython jupyter widgets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # D3vis_ipynb

A Custom Jupyter Widget Library with visualizations created with D3.js.

## Installation

To install use pip:

    $ pip install D3vis_ipynb

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

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

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

    $ jupyter labextension develop --overwrite .

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": null,
    "name": "D3vis-ipynb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "IPython, Jupyter, Widgets",
    "author": null,
    "author_email": "Daniel Adam Miranda <daniel.miranda@eldorado.org.br>",
    "download_url": "https://files.pythonhosted.org/packages/82/ab/8ad7351630e8b383f7cf156b559f35699688082e676e4e03db5258f81df6/d3vis_ipynb-0.1.0.dev0.tar.gz",
    "platform": null,
    "description": "# D3vis_ipynb\n\nA Custom Jupyter Widget Library with visualizations created with D3.js.\n\n## Installation\n\nTo install use pip:\n\n    $ pip install D3vis_ipynb\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/H-IAAC/D3vis_ipynb.git\n    $ cd D3vis_ipynb\n    $ pip install -e .\n    $ jupyter nbextension install --py --symlink --overwrite --sys-prefix D3vis_ipynb\n    $ jupyter nbextension enable --py --sys-prefix D3vis_ipynb\n\nWhen actively developing your extension for JupyterLab, run the command:\n\n    $ jupyter labextension develop --overwrite .\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": "Copyright (c) 2024 Daniel Adam Miranda All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "A Custom Jupyter Widget Library with visualizations created with D3.js.",
    "version": "0.1.0.dev0",
    "project_urls": {
        "Homepage": "https://github.com/H-IAAC/D3vis_ipynb"
    },
    "split_keywords": [
        "ipython",
        " jupyter",
        " widgets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab9b7fac7a400990404d21de35f8b5d81eb673b51a1274af404a042b374de2b0",
                "md5": "eacc73aa74f7edd2d2331bce7ff69ff1",
                "sha256": "6e51570ed1de18a145aa7bb7370898716f10487fe5de24cf0f74150106e337df"
            },
            "downloads": -1,
            "filename": "d3vis_ipynb-0.1.0.dev0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eacc73aa74f7edd2d2331bce7ff69ff1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 296514,
            "upload_time": "2024-04-09T13:30:57",
            "upload_time_iso_8601": "2024-04-09T13:30:57.049043Z",
            "url": "https://files.pythonhosted.org/packages/ab/9b/7fac7a400990404d21de35f8b5d81eb673b51a1274af404a042b374de2b0/d3vis_ipynb-0.1.0.dev0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82ab8ad7351630e8b383f7cf156b559f35699688082e676e4e03db5258f81df6",
                "md5": "814e5f818e32ded16a626869df87c41c",
                "sha256": "c42ab53e3d6f5f701e76d543698d51f89f7010a52f1a1020fbda1f0cad4c36a0"
            },
            "downloads": -1,
            "filename": "d3vis_ipynb-0.1.0.dev0.tar.gz",
            "has_sig": false,
            "md5_digest": "814e5f818e32ded16a626869df87c41c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 151649,
            "upload_time": "2024-04-09T13:31:00",
            "upload_time_iso_8601": "2024-04-09T13:31:00.523211Z",
            "url": "https://files.pythonhosted.org/packages/82/ab/8ad7351630e8b383f7cf156b559f35699688082e676e4e03db5258f81df6/d3vis_ipynb-0.1.0.dev0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 13:31:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "H-IAAC",
    "github_project": "D3vis_ipynb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "d3vis-ipynb"
}
        
Elapsed time: 0.20447s