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:
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!
Release files for gradio-gradioworkbook 0.0.23
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gradio_gradioworkbook-0.0.23.tar.gz | 2.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gradio_gradioworkbook-0.0.23-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.6 MB
Release files / gradio_gradioworkbook-0.0.23.tar.gz
| Download URL | gradio_gradioworkbook-0.0.23.tar.gz |
|---|---|
| Size | 2.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bd45adec02411f93a18cda23230963cee2cfac43d655e73336750a0c255ba8fa
|
|
BLAKE2b-256 checksum How to use checksums |
6ea599e2f940dfd77cf1ff09a08ad93d576a21eaa4a4a5d71904beb8d437035f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|
Release files / gradio_gradioworkbook-0.0.23-py3-none-any.whl
| Download URL | gradio_gradioworkbook-0.0.23-py3-none-any.whl |
|---|---|
| Size | 521.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
65e2cd4a16be82b079c485f527ff48251a5bf730c813c8ef65fbd025d787d32e
|
|
BLAKE2b-256 checksum How to use checksums |
085d5639a3a14c6f1c1c0930c182b3bcefa22f995ef7415279da5c07ecad1679
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|