roboweb-extension


Nameroboweb-extension JSON
Version 0.1.39 PyPI version JSON
download
home_page
SummaryRoboweb JupyterLab extension
upload_time2023-04-12 21:55:08
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords jupyter jupyterlab jupyterlab3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # roboweb-extension

![Github Actions Status](https://github.com/github_username/roboweb-extension/workflows/Build/badge.svg)

Roboweb extension

## Requirements

* JupyterLab >= 3.1

## Install

```bash
pip install roboweb-extension
```

## Contributing

### Development install

Note: You will need NodeJS to build the extension package.

The `jlpm` command is JupyterLab's pinned version of
[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use
`yarn` or `npm` in lieu of `jlpm` below.

```bash
# Clone the repo to your local environment
# Change directory to the roboweb-extension directory
# Install package in development mode
pip install -e .
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Rebuild extension Typescript source after making changes
jlpm run build
```

You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.

```bash
# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm run watch
# Run JupyterLab in another terminal
jupyter lab
```

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

By default, the `jlpm run build` command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:

```bash
jupyter lab build --minimize=False
```

### Uninstall

```bash
pip uninstall roboweb-extension
```

## Updating the version

To update the version, install tbump and use it to bump the version.
By default it will also create a tag.

```bash
pip install tbump
tbump <new-version>
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "roboweb-extension",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Jupyter,JupyterLab,JupyterLab3",
    "author": "",
    "author_email": "Francisco Uribe <francisco.uribe@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/43/3f/d7ce145af790eeb01f2b3186e2500b13a5163a421af9baa62f6d813b1396/roboweb_extension-0.1.39.tar.gz",
    "platform": null,
    "description": "# roboweb-extension\n\n![Github Actions Status](https://github.com/github_username/roboweb-extension/workflows/Build/badge.svg)\n\nRoboweb extension\n\n## Requirements\n\n* JupyterLab >= 3.1\n\n## Install\n\n```bash\npip install roboweb-extension\n```\n\n## Contributing\n\n### Development install\n\nNote: You will need NodeJS to build the extension package.\n\nThe `jlpm` command is JupyterLab's pinned version of\n[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use\n`yarn` or `npm` in lieu of `jlpm` below.\n\n```bash\n# Clone the repo to your local environment\n# Change directory to the roboweb-extension directory\n# Install package in development mode\npip install -e .\n# Link your development version of the extension with JupyterLab\njupyter labextension develop . --overwrite\n# Rebuild extension Typescript source after making changes\njlpm run build\n```\n\nYou can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.\n\n```bash\n# Watch the source directory in one terminal, automatically rebuilding when needed\njlpm run watch\n# Run JupyterLab in another terminal\njupyter lab\n```\n\nWith the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).\n\nBy default, the `jlpm run build` command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:\n\n```bash\njupyter lab build --minimize=False\n```\n\n### Uninstall\n\n```bash\npip uninstall roboweb-extension\n```\n\n## Updating the version\n\nTo update the version, install tbump and use it to bump the version.\nBy default it will also create a tag.\n\n```bash\npip install tbump\ntbump <new-version>\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Roboweb JupyterLab extension",
    "version": "0.1.39",
    "split_keywords": [
        "jupyter",
        "jupyterlab",
        "jupyterlab3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e364555fb7af4910915cd5e115a6f8977cbce6497e2677bf52ec8dc871fc6cd1",
                "md5": "adeefc033fd772cb515b64f17f6a0107",
                "sha256": "8b5a31410a90e6bb2997d7bc2700ebe35702dda9d93bcf4dd3c68b1b2cac364f"
            },
            "downloads": -1,
            "filename": "roboweb_extension-0.1.39-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "adeefc033fd772cb515b64f17f6a0107",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 17163,
            "upload_time": "2023-04-12T21:55:06",
            "upload_time_iso_8601": "2023-04-12T21:55:06.093628Z",
            "url": "https://files.pythonhosted.org/packages/e3/64/555fb7af4910915cd5e115a6f8977cbce6497e2677bf52ec8dc871fc6cd1/roboweb_extension-0.1.39-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "433fd7ce145af790eeb01f2b3186e2500b13a5163a421af9baa62f6d813b1396",
                "md5": "ec0be86953ec90de8998f63d1b29767c",
                "sha256": "118d84d8686d6cafe48085a3c0932204ee36c1bb5e40bd1e1477d5475626b9c6"
            },
            "downloads": -1,
            "filename": "roboweb_extension-0.1.39.tar.gz",
            "has_sig": false,
            "md5_digest": "ec0be86953ec90de8998f63d1b29767c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 58319,
            "upload_time": "2023-04-12T21:55:08",
            "upload_time_iso_8601": "2023-04-12T21:55:08.018035Z",
            "url": "https://files.pythonhosted.org/packages/43/3f/d7ce145af790eeb01f2b3186e2500b13a5163a421af9baa62f6d813b1396/roboweb_extension-0.1.39.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-12 21:55:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "roboweb-extension"
}
        
Elapsed time: 0.05368s