jupyterlab-chameleon


Namejupyterlab-chameleon JSON
Version 3.0.14 PyPI version JSON
download
home_pagehttps://github.com/ChameleonCloud/jupyterlab-chameleon
SummaryJupyterLab extension for the Chameleon testbed
upload_time2023-01-20 18:44:55
maintainer
docs_urlNone
authorUniversity of Chicago
requires_python>=3.7
licenseNone
keywords jupyter jupyterlab jupyterlab3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jupyterlab-chameleon

## Client extension

First ensure the tox environment is set up:

```bash
make setup
source .tox/python/bin/activate
```

Then, use the `jlpm` binary provided by the `jupyterlab` Python module to
build and test the extension.

```bash
# 'watch' should automatically recompile .ts files on change and recompile
# the extension for JupyterLab.
jlpm watch
```

To test the extension within JupyterLab, run it in a separate tab:

```bash
jupyter lab --extensions-in-dev-mode
```

## Server extension

First ensure the tox environment is set up:

```bash
make setup
source .tox/python/bin/activate
```

Run `tox` to run unit tests.

```bash
tox
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChameleonCloud/jupyterlab-chameleon",
    "name": "jupyterlab-chameleon",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Jupyter,JupyterLab,JupyterLab3",
    "author": "University of Chicago",
    "author_email": "contact@chameleoncloud.org",
    "download_url": "https://files.pythonhosted.org/packages/e4/55/71bf90783c7d37bd7f49588f8f887da4cd0056bc2b52ac41b87034ecc63d/jupyterlab_chameleon-3.0.14.tar.gz",
    "platform": "Linux",
    "description": "# jupyterlab-chameleon\n\n## Client extension\n\nFirst ensure the tox environment is set up:\n\n```bash\nmake setup\nsource .tox/python/bin/activate\n```\n\nThen, use the `jlpm` binary provided by the `jupyterlab` Python module to\nbuild and test the extension.\n\n```bash\n# 'watch' should automatically recompile .ts files on change and recompile\n# the extension for JupyterLab.\njlpm watch\n```\n\nTo test the extension within JupyterLab, run it in a separate tab:\n\n```bash\njupyter lab --extensions-in-dev-mode\n```\n\n## Server extension\n\nFirst ensure the tox environment is set up:\n\n```bash\nmake setup\nsource .tox/python/bin/activate\n```\n\nRun `tox` to run unit tests.\n\n```bash\ntox\n```\n",
    "bugtrack_url": null,
    "license": "None",
    "summary": "JupyterLab extension for the Chameleon testbed",
    "version": "3.0.14",
    "split_keywords": [
        "jupyter",
        "jupyterlab",
        "jupyterlab3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "287f6727dc8838385380e282a6ccc11afedbd1b6c718ec8a8793d48e151807ec",
                "md5": "88d22ac67b09599b237a197f483279b3",
                "sha256": "201ddbe49daec38651c7e73351e557c42a4812e4bec7579a69161b1d334de12f"
            },
            "downloads": -1,
            "filename": "jupyterlab_chameleon-3.0.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "88d22ac67b09599b237a197f483279b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 426832,
            "upload_time": "2023-01-20T18:44:53",
            "upload_time_iso_8601": "2023-01-20T18:44:53.013868Z",
            "url": "https://files.pythonhosted.org/packages/28/7f/6727dc8838385380e282a6ccc11afedbd1b6c718ec8a8793d48e151807ec/jupyterlab_chameleon-3.0.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e45571bf90783c7d37bd7f49588f8f887da4cd0056bc2b52ac41b87034ecc63d",
                "md5": "53b3a402fbe5351f9a6b76511b2c2ffb",
                "sha256": "b484b5b16f8a373b9e8296f868efd0d26fd1d4857eb49ac69382cb25b07b22f0"
            },
            "downloads": -1,
            "filename": "jupyterlab_chameleon-3.0.14.tar.gz",
            "has_sig": false,
            "md5_digest": "53b3a402fbe5351f9a6b76511b2c2ffb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 364220,
            "upload_time": "2023-01-20T18:44:55",
            "upload_time_iso_8601": "2023-01-20T18:44:55.096736Z",
            "url": "https://files.pythonhosted.org/packages/e4/55/71bf90783c7d37bd7f49588f8f887da4cd0056bc2b52ac41b87034ecc63d/jupyterlab_chameleon-3.0.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-20 18:44:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ChameleonCloud",
    "github_project": "jupyterlab-chameleon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "jupyterlab-chameleon"
}
        
Elapsed time: 0.09704s