# gradio_gradioworkbook
A Custom Gradio component to build AI Notebooks powered by AIConfig.
## Example usage
Please see the demo/app.py for full details, but generally all you need to do
is add these lines to your component:
```python
import gradio as gr
from gradio_gradioworkbook import GradioWorkbook
AICONFIG_FILE_PATH = "./example_aiconfig.json" #Can also be empty or None!
with gr.Blocks() as demo:
GradioWorkbook(filepath=AICONFIG_FILE_PATH)
demo.queue().launch()
```
For the remaining commands for local development, please follow the
instructions from the `README-dev.md` file!
Raw data
{
"_id": null,
"home_page": "",
"name": "gradio-gradioworkbook",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "aiconfig,gradio-custom-component,gradio-template-Fallback,notebook,workbook",
"author": "LastMile AI",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/6e/a5/99e2f940dfd77cf1ff09a08ad93d576a21eaa4a4a5d71904beb8d437035f/gradio_gradioworkbook-0.0.23.tar.gz",
"platform": null,
"description": "# gradio_gradioworkbook\n\nA Custom Gradio component to build AI Notebooks powered by AIConfig.\n\n## Example usage\n\nPlease see the demo/app.py for full details, but generally all you need to do\nis add these lines to your component:\n\n```python\nimport gradio as gr\nfrom gradio_gradioworkbook import GradioWorkbook\n\nAICONFIG_FILE_PATH = \"./example_aiconfig.json\" #Can also be empty or None!\nwith gr.Blocks() as demo:\n GradioWorkbook(filepath=AICONFIG_FILE_PATH)\n\ndemo.queue().launch()\n```\n\nFor the remaining commands for local development, please follow the\ninstructions from the `README-dev.md` file!\n",
"bugtrack_url": null,
"license": "",
"summary": "Workbook for interacting with models in AIConfig",
"version": "0.0.23",
"project_urls": null,
"split_keywords": [
"aiconfig",
"gradio-custom-component",
"gradio-template-fallback",
"notebook",
"workbook"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "085d5639a3a14c6f1c1c0930c182b3bcefa22f995ef7415279da5c07ecad1679",
"md5": "6600e9604d18954cb75d9e463cb3f4a9",
"sha256": "65e2cd4a16be82b079c485f527ff48251a5bf730c813c8ef65fbd025d787d32e"
},
"downloads": -1,
"filename": "gradio_gradioworkbook-0.0.23-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6600e9604d18954cb75d9e463cb3f4a9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 521696,
"upload_time": "2024-02-02T16:29:10",
"upload_time_iso_8601": "2024-02-02T16:29:10.924268Z",
"url": "https://files.pythonhosted.org/packages/08/5d/5639a3a14c6f1c1c0930c182b3bcefa22f995ef7415279da5c07ecad1679/gradio_gradioworkbook-0.0.23-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6ea599e2f940dfd77cf1ff09a08ad93d576a21eaa4a4a5d71904beb8d437035f",
"md5": "4fd2b271d4b271467fd86c49aa71355b",
"sha256": "bd45adec02411f93a18cda23230963cee2cfac43d655e73336750a0c255ba8fa"
},
"downloads": -1,
"filename": "gradio_gradioworkbook-0.0.23.tar.gz",
"has_sig": false,
"md5_digest": "4fd2b271d4b271467fd86c49aa71355b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 2107672,
"upload_time": "2024-02-02T16:29:14",
"upload_time_iso_8601": "2024-02-02T16:29:14.608460Z",
"url": "https://files.pythonhosted.org/packages/6e/a5/99e2f940dfd77cf1ff09a08ad93d576a21eaa4a4a5d71904beb8d437035f/gradio_gradioworkbook-0.0.23.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-02 16:29:14",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "gradio-gradioworkbook"
}