Skip to main content

Notebook for interacting with models in AIConfig

Project description

Gradio Notebooks

Gradio Notebook is a Gradio custom component that creates a notebook playground on Hugging Face Spaces with only 8-lines of code!

You can use this in your Hugging Face space by adding gradio-notebook to your Space's requirements.txt file, and then the following lines to your app.py file:

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 for full details.

For the remaining commands for local development, please follow the instructions from the README-dev.md file!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gradio_notebook-0.0.13.tar.gz (2.1 MB view details)

Uploaded Source

Built Distribution

gradio_notebook-0.0.13-py3-none-any.whl (520.9 kB view details)

Uploaded Python 3

File details

Details for the file gradio_notebook-0.0.13.tar.gz.

File metadata

  • Download URL: gradio_notebook-0.0.13.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for gradio_notebook-0.0.13.tar.gz
Algorithm Hash digest
SHA256 892593bae91ee913c5d7eb09ccb04bbd1fbfa75d099c9bd16e252fc546bf85f9
MD5 c8668285989130f18f25db93807d4413
BLAKE2b-256 5091bae89aada7f3f8eff23ad307bbfcc4495c319c733be8792621f43698cf41

See more details on using hashes here.

File details

Details for the file gradio_notebook-0.0.13-py3-none-any.whl.

File metadata

File hashes

Hashes for gradio_notebook-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 115e91b1698e5aa2a75b73d5db8d7b9c0a58bbf38558c08f4a1ac07826e873b2
MD5 621aaedeb6c5e6c48415fffeae404057
BLAKE2b-256 b9a97e052180c7116a9319a5222e43195ae6bee30f6080a2eb170510fc5b0f12

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page