energy-machines-jupyter-reports


Nameenergy-machines-jupyter-reports JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/cybermental/thmi-jupyter-reports
SummaryA JupyterLab extension developed by Energy Machines for use with reports from THMI.
upload_time2023-09-28 13:45:42
maintainer
docs_urlNone
authorenergymachines.cloud
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.
            # energy_machines_jupyter_reports

A JupyterLab extension.

## Requirements

- JupyterLab >= 3.0

## Install

```bash
pip install energy_machines_jupyter_reports
```

## 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 energy_machines_jupyter_reports directory
# Install package in development mode
pip install -e .

# 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
# Then 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).

### Uninstall

```bash
pip uninstall energy_machines_jupyter_reports
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cybermental/thmi-jupyter-reports",
    "name": "energy-machines-jupyter-reports",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Jupyter,JupyterLab,JupyterLab3",
    "author": "energymachines.cloud",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e3/b1/1fb8ea101a8c72c900f124fb3d223e96f5e7844a8eb48562a26d2a9c7720/energy_machines_jupyter_reports-1.0.0.tar.gz",
    "platform": "Linux",
    "description": "# energy_machines_jupyter_reports\n\nA JupyterLab extension.\n\n## Requirements\n\n- JupyterLab >= 3.0\n\n## Install\n\n```bash\npip install energy_machines_jupyter_reports\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 energy_machines_jupyter_reports directory\n# Install package in development mode\npip install -e .\n\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# Then 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\n### Uninstall\n\n```bash\npip uninstall energy_machines_jupyter_reports\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A JupyterLab extension developed by Energy Machines for use with reports from THMI.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/cybermental/thmi-jupyter-reports"
    },
    "split_keywords": [
        "jupyter",
        "jupyterlab",
        "jupyterlab3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3b11fb8ea101a8c72c900f124fb3d223e96f5e7844a8eb48562a26d2a9c7720",
                "md5": "85353ab2bd78e6990c6af91f87fc6a46",
                "sha256": "b63d207d99c4a1bf6895a5c59aa1dd121b8bf7f82975c730273dfb243a339731"
            },
            "downloads": -1,
            "filename": "energy_machines_jupyter_reports-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "85353ab2bd78e6990c6af91f87fc6a46",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 203123,
            "upload_time": "2023-09-28T13:45:42",
            "upload_time_iso_8601": "2023-09-28T13:45:42.753212Z",
            "url": "https://files.pythonhosted.org/packages/e3/b1/1fb8ea101a8c72c900f124fb3d223e96f5e7844a8eb48562a26d2a9c7720/energy_machines_jupyter_reports-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-28 13:45:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cybermental",
    "github_project": "thmi-jupyter-reports",
    "github_not_found": true,
    "lcname": "energy-machines-jupyter-reports"
}
        
Elapsed time: 1.70987s