gradio-gradioworkbook-ap


Namegradio-gradioworkbook-ap JSON
Version 0.0.25 PyPI version JSON
download
home_page
SummaryNotebook for interacting with models in AIConfig
upload_time2024-02-16 17:14:22
maintainer
docs_urlNone
authorLastMile AI
requires_python>=3.10
license
keywords aiconfig gradio-custom-component gradio-template-fallback notebook workbook
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Gradio Notebooks

[Gradio Notebook](https://huggingface.co/spaces/lastmileai/gradio-notebook-quickstart) is a Gradio custom component that creates a notebook playground on Hugging Face Spaces with only [8-lines of code](https://huggingface.co/spaces/lastmileai/gradio-notebook-quickstart/blob/main/app.py)!

You can use this in your Hugging Face space by adding `gradio-notebook` to your Space's [`requirements.txt`](https://huggingface.co/spaces/lastmileai/gradio-notebook-quickstart/blob/main/requirements.txt) file, and then the following lines to your [`app.py`](https://huggingface.co/spaces/lastmileai/gradio-notebook-quickstart/blob/main/app.py) file:

```python
import gradio as gr
from gradio_notebook import GradioNotebook

# AICONFIG_FILE_PATH also be empty or None if you don't have an AIConfig file!
AICONFIG_FILE_PATH = "./my_app.aiconfig.json"
with gr.Blocks() as demo:
    GradioNotebook(config_path=AICONFIG_FILE_PATH)

demo.queue().launch()
```

Please see our [documentation page](https://aiconfig.lastmileai.dev/docs/gradio-notebook) for full details.

For the remaining commands for local development, please follow the
instructions from the [`README-dev.md`](https://github.com/lastmile-ai/gradio-workbook/blob/main/gradioworkbook/README-dev.md) file!

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gradio-gradioworkbook-ap",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "aiconfig,gradio-custom-component,gradio-template-Fallback,notebook,workbook",
    "author": "LastMile AI",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/d5/3a/85313ab220ad1dc33cee87910d16f9395d2427a1fa30efe9a2137d547c9e/gradio_gradioworkbook_ap-0.0.25.tar.gz",
    "platform": null,
    "description": "# Gradio Notebooks\n\n[Gradio Notebook](https://huggingface.co/spaces/lastmileai/gradio-notebook-quickstart) is a Gradio custom component that creates a notebook playground on Hugging Face Spaces with only [8-lines of code](https://huggingface.co/spaces/lastmileai/gradio-notebook-quickstart/blob/main/app.py)!\n\nYou can use this in your Hugging Face space by adding `gradio-notebook` to your Space's [`requirements.txt`](https://huggingface.co/spaces/lastmileai/gradio-notebook-quickstart/blob/main/requirements.txt) file, and then the following lines to your [`app.py`](https://huggingface.co/spaces/lastmileai/gradio-notebook-quickstart/blob/main/app.py) file:\n\n```python\nimport gradio as gr\nfrom gradio_notebook import GradioNotebook\n\n# AICONFIG_FILE_PATH also be empty or None if you don't have an AIConfig file!\nAICONFIG_FILE_PATH = \"./my_app.aiconfig.json\"\nwith gr.Blocks() as demo:\n    GradioNotebook(config_path=AICONFIG_FILE_PATH)\n\ndemo.queue().launch()\n```\n\nPlease see our [documentation page](https://aiconfig.lastmileai.dev/docs/gradio-notebook) for full details.\n\nFor the remaining commands for local development, please follow the\ninstructions from the [`README-dev.md`](https://github.com/lastmile-ai/gradio-workbook/blob/main/gradioworkbook/README-dev.md) file!\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Notebook for interacting with models in AIConfig",
    "version": "0.0.25",
    "project_urls": null,
    "split_keywords": [
        "aiconfig",
        "gradio-custom-component",
        "gradio-template-fallback",
        "notebook",
        "workbook"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d16923e2c59e6bd0ba0cf595778129e147fa0ff1b36b6e4ef5f6d39cf6b9ca5b",
                "md5": "546ab346db0bbd851c04518a6f5df88d",
                "sha256": "698d9f4ec01a3eb6b6a7152dddcedd5ef031d5c1ddc197be2d13671ef9de0841"
            },
            "downloads": -1,
            "filename": "gradio_gradioworkbook_ap-0.0.25-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "546ab346db0bbd851c04518a6f5df88d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 525016,
            "upload_time": "2024-02-16T17:14:18",
            "upload_time_iso_8601": "2024-02-16T17:14:18.245004Z",
            "url": "https://files.pythonhosted.org/packages/d1/69/23e2c59e6bd0ba0cf595778129e147fa0ff1b36b6e4ef5f6d39cf6b9ca5b/gradio_gradioworkbook_ap-0.0.25-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d53a85313ab220ad1dc33cee87910d16f9395d2427a1fa30efe9a2137d547c9e",
                "md5": "705fb8274e1fc02ec73d6a6701bb3efe",
                "sha256": "a61c3b85dc795abde593ec3754127a03974ae2f6cdf2f0334ecdb93d10a4f698"
            },
            "downloads": -1,
            "filename": "gradio_gradioworkbook_ap-0.0.25.tar.gz",
            "has_sig": false,
            "md5_digest": "705fb8274e1fc02ec73d6a6701bb3efe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 2168089,
            "upload_time": "2024-02-16T17:14:22",
            "upload_time_iso_8601": "2024-02-16T17:14:22.118066Z",
            "url": "https://files.pythonhosted.org/packages/d5/3a/85313ab220ad1dc33cee87910d16f9395d2427a1fa30efe9a2137d547c9e/gradio_gradioworkbook_ap-0.0.25.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-16 17:14:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gradio-gradioworkbook-ap"
}
        
Elapsed time: 0.18580s