tvb-widgets


Nametvb-widgets JSON
Version 1.6.0 PyPI version JSON
download
home_pagehttps://github.com/the-virtual-brain/tvb-widgets
SummaryGUI widgets for EBRAINS showcases
upload_time2023-09-19 09:08:34
maintainer
docs_urlNone
authorTVB Widgets Team (Juelich SDL Neuroscience, INS - Marseille, Codemart)
requires_python
licenseGPL-3.0-or-later
keywords tvb widgets jupyterlab ebrains showcases
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tvb-widgets
![Github Actions Status](https://sonarcloud.io/api/project_badges/measure?project=the-virtual-brain_tvb-widgets&metric=alert_status) 
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=the-virtual-brain_tvb-widgets&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=the-virtual-brain_tvb-widgets)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=the-virtual-brain_tvb-widgets&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=the-virtual-brain_tvb-widgets) 
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=the-virtual-brain_tvb-widgets&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=the-virtual-brain_tvb-widgets)


**TheVirtualBrain - Widgets** is a package with somehow generic GUI components, 
but developed for **EBRAINS Showcases** in particular.

The showcases developed in the last phase of the HBP are meant to illustrate 
the full potential of technical and scientific features offered by EBRAINS. 
Access by the end users to this showcased functionality should be as easy as 
possible. In order to support the usability of the showcases, as well as future 
EBRAINS workflows, we develop here a set of modular graphic solutions which 
can be easily deployed in the EBRAINS Collaboratory within the JupyterLab. 

This module is also documented in EBRAINS here: https://wiki.ebrains.eu/bin/view/Collabs/tvb-widgets

These graphic user interface components enable:
 1. Easy setup of models and region specific or cohort simulations. This includes single simulations as well as parameter explorations.
 2. Selection of Data sources and their links to models. This will exploit the backend data access functionality to be developed new in TVB.
 3. Integration of a subset of TVB analysis and visualisation tools.
 4. The GUIs must be designed to be integrated into cells in the notebooks and Jupyter notebook extension for HPC resource usage and job tracking will be also developed as independent panels.

## Installation

This module is already available in EBRAINS lab,
but you can also make use of it locally, in which case, execute:

    jupyter labextension install @jupyter-widgets/jupyterlab-manager
    jupyter labextension install jupyter-matplotlib
    pip install tvb-widgets

In order to install tvb-widgets from the local repo clone, directly in a notebook, run (in the first cell): 

    %pip install --quiet --upgrade pip
    %pip install --quiet -e ..
    %pip install tvb-data

For some of our widgets, where connection to EBRAINS storage is necessary, 
you should setup as environment variable before launching the local Jupyter Lab instance:

    export CLB_AUTH = "{Your TokenString copied from EBRAINS Collab}"

To retrieve the token string, execute in https://lab.ch.ebrains.eu/:

    clb_oauth.get_token()

#  Acknowledgments
This project has received funding from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/the-virtual-brain/tvb-widgets",
    "name": "tvb-widgets",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tvb widgets jupyterlab ebrains showcases",
    "author": "TVB Widgets Team (Juelich SDL Neuroscience, INS - Marseille, Codemart)",
    "author_email": "tvb.admin@thevirtualbrain.org",
    "download_url": "https://files.pythonhosted.org/packages/df/ae/96eebb221e1ebad53eb9ef59e64b5eeba9eacb493e64e588ce4e84d6ff2a/tvb-widgets-1.6.0.tar.gz",
    "platform": null,
    "description": "# tvb-widgets\n![Github Actions Status](https://sonarcloud.io/api/project_badges/measure?project=the-virtual-brain_tvb-widgets&metric=alert_status) \n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=the-virtual-brain_tvb-widgets&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=the-virtual-brain_tvb-widgets)\n[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=the-virtual-brain_tvb-widgets&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=the-virtual-brain_tvb-widgets) \n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=the-virtual-brain_tvb-widgets&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=the-virtual-brain_tvb-widgets)\n\n\n**TheVirtualBrain - Widgets** is a package with somehow generic GUI components, \nbut developed for **EBRAINS Showcases** in particular.\n\nThe showcases developed in the last phase of the HBP are meant to illustrate \nthe full potential of technical and scientific features offered by EBRAINS. \nAccess by the end users to this showcased functionality should be as easy as \npossible. In order to support the usability of the showcases, as well as future \nEBRAINS workflows, we develop here a set of modular graphic solutions which \ncan be easily deployed in the EBRAINS Collaboratory within the JupyterLab. \n\nThis module is also documented in EBRAINS here: https://wiki.ebrains.eu/bin/view/Collabs/tvb-widgets\n\nThese graphic user interface components enable:\n 1. Easy setup of models and region specific or cohort simulations. This includes single simulations as well as parameter explorations.\n 2. Selection of Data sources and their links to models. This will exploit the backend data access functionality to be developed new in TVB.\n 3. Integration of a subset of TVB analysis and visualisation tools.\n 4. The GUIs must be designed to be integrated into cells in the notebooks and Jupyter notebook extension for HPC resource usage and job tracking will be also developed as independent panels.\n\n## Installation\n\nThis module is already available in EBRAINS lab,\nbut you can also make use of it locally, in which case, execute:\n\n    jupyter labextension install @jupyter-widgets/jupyterlab-manager\n    jupyter labextension install jupyter-matplotlib\n    pip install tvb-widgets\n\nIn order to install tvb-widgets from the local repo clone, directly in a notebook, run (in the first cell): \n\n    %pip install --quiet --upgrade pip\n    %pip install --quiet -e ..\n    %pip install tvb-data\n\nFor some of our widgets, where connection to EBRAINS storage is necessary, \nyou should setup as environment variable before launching the local Jupyter Lab instance:\n\n    export CLB_AUTH = \"{Your TokenString copied from EBRAINS Collab}\"\n\nTo retrieve the token string, execute in https://lab.ch.ebrains.eu/:\n\n    clb_oauth.get_token()\n\n#  Acknowledgments\nThis project has received funding from the European Union\u2019s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).\n\n\n\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "GUI widgets for EBRAINS showcases",
    "version": "1.6.0",
    "project_urls": {
        "Homepage": "https://github.com/the-virtual-brain/tvb-widgets"
    },
    "split_keywords": [
        "tvb",
        "widgets",
        "jupyterlab",
        "ebrains",
        "showcases"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd117e2ff29c1ea691c74f900c0bde06eabce12517c4668f8b4fc17a15a97347",
                "md5": "95dd954dd2926ddacb8bbf12cd77202d",
                "sha256": "951546c625962b4e3e440e2293eb2c1965d003dc15547ee3f1b3446257b47c77"
            },
            "downloads": -1,
            "filename": "tvb_widgets-1.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95dd954dd2926ddacb8bbf12cd77202d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 93840,
            "upload_time": "2023-09-19T09:08:31",
            "upload_time_iso_8601": "2023-09-19T09:08:31.483959Z",
            "url": "https://files.pythonhosted.org/packages/bd/11/7e2ff29c1ea691c74f900c0bde06eabce12517c4668f8b4fc17a15a97347/tvb_widgets-1.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfae96eebb221e1ebad53eb9ef59e64b5eeba9eacb493e64e588ce4e84d6ff2a",
                "md5": "745decb04d75491e5dfca8f03ee8d8e5",
                "sha256": "7ae815411488f0aebe66494c09e578231d8dbcca857dc3f77ae5520d27090a10"
            },
            "downloads": -1,
            "filename": "tvb-widgets-1.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "745decb04d75491e5dfca8f03ee8d8e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 71011,
            "upload_time": "2023-09-19T09:08:34",
            "upload_time_iso_8601": "2023-09-19T09:08:34.382458Z",
            "url": "https://files.pythonhosted.org/packages/df/ae/96eebb221e1ebad53eb9ef59e64b5eeba9eacb493e64e588ce4e84d6ff2a/tvb-widgets-1.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-19 09:08:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "the-virtual-brain",
    "github_project": "tvb-widgets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "tvb-widgets"
}
        
Elapsed time: 0.11878s