chartfactor-jlab-ext


Namechartfactor-jlab-ext JSON
Version 5.0.5 PyPI version JSON
download
home_pagehttps://github.com/Aktiun/chartfactor-jlab-ext
SummaryRun chartfactor-py python commands in Jupyter Lab Kernels
upload_time2024-04-09 22:59:27
maintainerNone
docs_urlNone
authorAktiun
requires_python>=3.6
licenseBSD-3-Clause
keywords jupyter jupyterlab jupyterlab3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # chartfactor-jlab-ext

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

Run chartfactor-py python commands in Jupyter Lab Kernels

## Requirements

* JupyterLab >= 3.0

## Install

```bash
pip install chartfactor-jlab-ext
```

## 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 chartfactor-jlab-ext 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 chartfactor-jlab-ext
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Aktiun/chartfactor-jlab-ext",
    "name": "chartfactor-jlab-ext",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "Jupyter, JupyterLab, JupyterLab3",
    "author": "Aktiun",
    "author_email": "info@aktiun.com",
    "download_url": "https://files.pythonhosted.org/packages/23/aa/3569b72abd2674ac60cbd5be7fa5bf6e0c0f86706c90deb81324141fc66d/chartfactor-jlab-ext-5.0.5.tar.gz",
    "platform": "Linux",
    "description": "# chartfactor-jlab-ext\n\n![Github Actions Status](https://github.com/github_username/chartfactor-jlab-ext/workflows/Build/badge.svg)\n\nRun chartfactor-py python commands in Jupyter Lab Kernels\n\n## Requirements\n\n* JupyterLab >= 3.0\n\n## Install\n\n```bash\npip install chartfactor-jlab-ext\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 chartfactor-jlab-ext 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 chartfactor-jlab-ext\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Run chartfactor-py python commands in Jupyter Lab Kernels",
    "version": "5.0.5",
    "project_urls": {
        "Homepage": "https://github.com/Aktiun/chartfactor-jlab-ext"
    },
    "split_keywords": [
        "jupyter",
        " jupyterlab",
        " jupyterlab3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2aef49108fdc19a3b0764661aef426ff6adef6d89763db2186c5afecd2e65033",
                "md5": "e70d8b3a6df1528970608fa45a7b3a91",
                "sha256": "f34cd11a3b28284775496db44a855a3ee494ea35842d136429c118d87de5d038"
            },
            "downloads": -1,
            "filename": "chartfactor_jlab_ext-5.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e70d8b3a6df1528970608fa45a7b3a91",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 157685,
            "upload_time": "2024-04-09T22:59:25",
            "upload_time_iso_8601": "2024-04-09T22:59:25.507577Z",
            "url": "https://files.pythonhosted.org/packages/2a/ef/49108fdc19a3b0764661aef426ff6adef6d89763db2186c5afecd2e65033/chartfactor_jlab_ext-5.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23aa3569b72abd2674ac60cbd5be7fa5bf6e0c0f86706c90deb81324141fc66d",
                "md5": "f9c70d9a3b2199bcf79cad7ea144a903",
                "sha256": "9e3fd104fbe2163b5d924909121d5b02ba60410b8a41340cfb9bff6bd09dedc4"
            },
            "downloads": -1,
            "filename": "chartfactor-jlab-ext-5.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "f9c70d9a3b2199bcf79cad7ea144a903",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 180998,
            "upload_time": "2024-04-09T22:59:27",
            "upload_time_iso_8601": "2024-04-09T22:59:27.487893Z",
            "url": "https://files.pythonhosted.org/packages/23/aa/3569b72abd2674ac60cbd5be7fa5bf6e0c0f86706c90deb81324141fc66d/chartfactor-jlab-ext-5.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 22:59:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Aktiun",
    "github_project": "chartfactor-jlab-ext",
    "github_not_found": true,
    "lcname": "chartfactor-jlab-ext"
}
        
Elapsed time: 0.37464s