π‘Β Β Jupyterlite
Submitted by Rahul Chauhan
Summary
Add a Jupyterlite sandbox to your Streamlit app in one command
Functions
jupyterlite
Add a Jupyterlite sandbox to your Streamlit app
Parameters:
Name | Type | Description | Default |
---|---|---|---|
height |
int
|
Height of the Jupyterlite sandbox. Default value is 600. |
600
|
width |
int
|
Width of the Jupyterlite sandbox. Default value is 800 |
800
|
Source code in src/streamlit_extras/jupyterlite/__init__.py
Import:
- You should add this to the top of your .py file