LICENSE
MANIFEST.in
README.md
pyproject.toml
streamlit_notebook/__init__.py
streamlit_notebook/launch_app.py
streamlit_notebook/main.py
streamlit_notebook.egg-info/PKG-INFO
streamlit_notebook.egg-info/SOURCES.txt
streamlit_notebook.egg-info/dependency_links.txt
streamlit_notebook.egg-info/entry_points.txt
streamlit_notebook.egg-info/requires.txt
streamlit_notebook.egg-info/top_level.txt
streamlit_notebook/agent/__init__.py
streamlit_notebook/agent/agent.py
streamlit_notebook/agent/ai.py
streamlit_notebook/agent/default_gitignore
streamlit_notebook/agent/get_text.py
streamlit_notebook/agent/get_webdriver.py
streamlit_notebook/agent/image.py
streamlit_notebook/agent/latex.py
streamlit_notebook/agent/message.py
streamlit_notebook/agent/simpler_get_text.py
streamlit_notebook/agent/stream_utils.py
streamlit_notebook/agent/tool.py
streamlit_notebook/agent/utils.py
streamlit_notebook/agent/voice.py
streamlit_notebook/agent/prompts/system_prompt.txt
streamlit_notebook/app_images/assistant_avatar.png
streamlit_notebook/app_images/pandora_logo.png
streamlit_notebook/app_images/st_notebook.png
streamlit_notebook/app_images/system_avatar.png
streamlit_notebook/app_images/user_avatar.png
streamlit_notebook/core/__init__.py
streamlit_notebook/core/cell.py
streamlit_notebook/core/cell_types.py
streamlit_notebook/core/chat.py
streamlit_notebook/core/display.py
streamlit_notebook/core/echo.py
streamlit_notebook/core/notebook.py
streamlit_notebook/core/notebook_ui.py
streamlit_notebook/core/rerun.py
streamlit_notebook/core/templates.py
streamlit_notebook/core/utils.py
streamlit_notebook/core/components/__init__.py
streamlit_notebook/core/components/auto_play.py
streamlit_notebook/core/components/cell_ui.py
streamlit_notebook/core/components/float_container.py
streamlit_notebook/demo_notebooks/01_getting_started.py
streamlit_notebook/demo_notebooks/02_cell_types_and_reactivity.py
streamlit_notebook/demo_notebooks/03_display_and_persistence.py
streamlit_notebook/demo_notebooks/04_widgets_and_keys.py
streamlit_notebook/demo_notebooks/05_markdown_and_interpolation.py
streamlit_notebook/demo_notebooks/06_layout_modes.py
streamlit_notebook/demo_notebooks/07_fragments.py
streamlit_notebook/demo_notebooks/08_programmatic_api.py
streamlit_notebook/demo_notebooks/09_rerun_control.py
streamlit_notebook/demo_notebooks/10_deployment_and_files.py
streamlit_notebook/demo_notebooks/11_ai_agent.py
streamlit_notebook/demo_notebooks/README.md
streamlit_notebook/demo_notebooks/__init__.py
streamlit_notebook/demo_notebooks/helpers/__init__.py