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/get_text.py
streamlit_notebook/agent/get_webdriver.py
streamlit_notebook/agent/image.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/auto_play.py
streamlit_notebook/core/cell.py
streamlit_notebook/core/cell_types.py
streamlit_notebook/core/cell_ui.py
streamlit_notebook/core/chat.py
streamlit_notebook/core/echo.py
streamlit_notebook/core/notebook.py
streamlit_notebook/core/notebook_ui.py
streamlit_notebook/core/shell.py
streamlit_notebook/core/utils.py
streamlit_notebook/demo_notebooks/data_analysis_demo.py
streamlit_notebook/demo_notebooks/dynamic_cell_control_demo_1.py
streamlit_notebook/demo_notebooks/dynamic_cell_control_demo_2.py
streamlit_notebook/demo_notebooks/interactive_julia_set_demo.py
streamlit_notebook/demo_notebooks/interactive_plot_demo.py
streamlit_notebook/demo_notebooks/machine_learning_demo.py
streamlit_notebook/demo_notebooks/reactive_viz_demo.py
streamlit_notebook/demo_notebooks/stock_dashboard_demo.py
streamlit_notebook/model/__init__.py
streamlit_notebook/model/_collections_utils.py
streamlit_notebook/model/_model.py
streamlit_notebook/model/_model_meta.py
streamlit_notebook/model/_typechecker.py