solara 1.30.0__py2.py3-none-any.whl → 1.30.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. solara/__init__.py +1 -1
  2. solara/autorouting.py +58 -67
  3. solara/components/component_vue.py +8 -7
  4. solara/components/image.py +1 -1
  5. solara/scope/__init__.py +3 -2
  6. solara/server/kernel_context.py +3 -0
  7. solara/server/static/solara_bootstrap.py +1 -1
  8. solara/website/components/markdown.py +30 -0
  9. solara/website/pages/__init__.py +18 -7
  10. solara/website/pages/changelog/changelog.md +15 -0
  11. solara/website/pages/documentation/advanced/__init__.py +2 -29
  12. solara/website/pages/documentation/advanced/content/10-howto/00-overview.md +5 -0
  13. solara/website/pages/documentation/advanced/content/10-howto/10-multipage.md +5 -0
  14. solara/website/pages/documentation/advanced/content/10-howto/20-layout.md +6 -1
  15. solara/website/pages/documentation/advanced/content/10-howto/30-testing.md +5 -0
  16. solara/website/pages/documentation/advanced/content/10-howto/31-debugging.md +4 -1
  17. solara/website/pages/documentation/advanced/content/10-howto/40-embed.md +6 -0
  18. solara/website/pages/documentation/advanced/content/10-howto/50-ipywidget_libraries.md +4 -0
  19. solara/website/pages/documentation/advanced/content/20-understanding/00-introduction.md +6 -0
  20. solara/website/pages/documentation/advanced/content/20-understanding/05-ipywidgets.md +5 -0
  21. solara/website/pages/documentation/advanced/content/20-understanding/06-ipyvuetify.md +4 -0
  22. solara/website/pages/documentation/advanced/content/20-understanding/10-reacton.md +4 -0
  23. solara/website/pages/documentation/advanced/content/20-understanding/12-reacton-basics.md +4 -0
  24. solara/website/pages/documentation/advanced/content/20-understanding/15-anatomy.md +4 -0
  25. solara/website/pages/documentation/advanced/content/20-understanding/17-rules-of-hooks.md +4 -0
  26. solara/website/pages/documentation/advanced/content/20-understanding/18-containers.md +6 -0
  27. solara/website/pages/documentation/advanced/content/20-understanding/20-solara.md +5 -0
  28. solara/website/pages/documentation/advanced/content/20-understanding/40-routing.md +4 -0
  29. solara/website/pages/documentation/advanced/content/20-understanding/50-solara-server.md +5 -0
  30. solara/website/pages/documentation/advanced/content/20-understanding/60-voila.md +5 -0
  31. solara/website/pages/documentation/advanced/content/30-enterprise/10-oauth.md +4 -0
  32. solara/website/pages/documentation/advanced/content/40-development/01-contribute.md +4 -0
  33. solara/website/pages/documentation/advanced/content/40-development/10-setup.md +4 -0
  34. solara/website/pages/documentation/examples/general/custom_storage.py +1 -1
  35. solara/website/pages/documentation/faq/__init__.py +2 -1
  36. solara/website/pages/documentation/faq/content/99-faq.md +4 -1
  37. solara/website/pages/documentation/getting_started/__init__.py +2 -8
  38. solara/website/pages/documentation/getting_started/content/00-quickstart.md +5 -0
  39. solara/website/pages/documentation/getting_started/content/01-introduction.md +4 -0
  40. solara/website/pages/documentation/getting_started/content/02-installing.md +4 -0
  41. solara/website/pages/documentation/getting_started/content/04-tutorials/00-overview.md +5 -0
  42. solara/website/pages/documentation/getting_started/content/04-tutorials/20-web-app.md +5 -0
  43. solara/website/pages/documentation/getting_started/content/04-tutorials/30-ipywidgets.md +4 -0
  44. solara/website/pages/documentation/getting_started/content/04-tutorials/40-streamlit.md +6 -1
  45. solara/website/pages/documentation/getting_started/content/04-tutorials/50-dash.md +4 -0
  46. solara/website/pages/documentation/getting_started/content/05-fundamentals/00-overview.md +4 -0
  47. solara/website/pages/documentation/getting_started/content/05-fundamentals/10-components.md +5 -0
  48. solara/website/pages/documentation/getting_started/content/05-fundamentals/50-state-management.md +5 -0
  49. solara/website/pages/documentation/getting_started/content/06-reference/40-static_files.md +4 -0
  50. solara/website/pages/documentation/getting_started/content/06-reference/41-asset-files.md +4 -0
  51. solara/website/pages/documentation/getting_started/content/06-reference/60-static-site-generation.md +4 -0
  52. solara/website/pages/documentation/getting_started/content/06-reference/70-search.md +4 -0
  53. solara/website/pages/documentation/getting_started/content/06-reference/80-reloading.md +4 -0
  54. solara/website/pages/documentation/getting_started/content/06-reference/90-notebook-support.md +4 -1
  55. solara/website/pages/documentation/getting_started/content/06-reference/95-caching.md +5 -0
  56. solara/website/pages/documentation/getting_started/content/07-deploying/00-overview.md +4 -0
  57. solara/website/pages/documentation/getting_started/content/07-deploying/10-self-hosted.md +4 -0
  58. solara/website/pages/documentation/getting_started/content/07-deploying/20-cloud-hosted.md +4 -0
  59. solara/website/pages/documentation/getting_started/content/80-what-is-lab.md +7 -0
  60. solara/website/pages/documentation/getting_started/content/90-troubleshoot.md +4 -0
  61. {solara-1.30.0.dist-info → solara-1.30.1.dist-info}/METADATA +2 -2
  62. {solara-1.30.0.dist-info → solara-1.30.1.dist-info}/RECORD +67 -68
  63. solara/website/pages/documentation/advanced/content/__init__.py +0 -0
  64. solara/website/pages/documentation/getting_started/content/08-lab/00-what-is-lab.md +0 -3
  65. solara/website/pages/documentation/getting_started/content/__init__.py +0 -0
  66. {solara-1.30.0.data → solara-1.30.1.data}/data/etc/jupyter/jupyter_notebook_config.d/solara.json +0 -0
  67. {solara-1.30.0.data → solara-1.30.1.data}/data/etc/jupyter/jupyter_server_config.d/solara.json +0 -0
  68. {solara-1.30.0.dist-info → solara-1.30.1.dist-info}/WHEEL +0 -0
  69. {solara-1.30.0.dist-info → solara-1.30.1.dist-info}/entry_points.txt +0 -0
  70. {solara-1.30.0.dist-info → solara-1.30.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Understanding routing in multi-page solara apps
3
+ description: Dive into Solara's routing, which provides a powerful way to compose multiple pages or dashboards into an integrated app.
4
+ ---
1
5
  # Routing
2
6
 
3
7
  Routing takes care of linking a web address (more specifically the [pathname](https://developer.mozilla.org/en-US/docs/Web/API/Location), e.g. "/docs/basics/solara") to a state of the UI,
@@ -1,3 +1,8 @@
1
+ ---
2
+ title: Understanding the way Solara server works
3
+ description: Solara server enables running ipywidgets-based applications as standalone dashboards and apps, allowing multiple "Virtual kernels" to share
4
+ the same process for better performance and scalability.
5
+ ---
1
6
  # Solara server
2
7
 
3
8
  The solara server enables running ipywidgets based applications without a real Jupyter kernel, allowing multiple "Virtual kernels" to share the same process for better performance and scalability.
@@ -1,3 +1,8 @@
1
+ ---
2
+ title: Working together with Voilà
3
+ description: Voilà, together with `voila-vuetify` is an alternative to Solara server. The most significant difference is that Voilà will start one kernel/process
4
+ per page request, while Solara server is more scalable.
5
+ ---
1
6
  # Voilà
2
7
 
3
8
  [Voilà](https://voila.readthedocs.io/) allows you to convert a Jupyter Notebook into an interactive dashboard that allows you to share your work with others.
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Using OAuth in your Solara app
3
+ description: Open Authorization can be readily integrated into your Solara applications via the Solara-Enterprise package.
4
+ ---
1
5
  # OAuth: authentication and authorization support
2
6
 
3
7
  ## What is OAuth
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Contributing to Solara
3
+ description: You do not need to be a developer to contribute to Solara. We welcome all contributions, bug reports, documentation improvements and code contributions.
4
+ ---
1
5
  # Contributing to Solara
2
6
 
3
7
  You do not need to be a developer to contribute to Solara. We welcome all contributions, bug reports, documentation improvements and code contributions.
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Development setup for Solara
3
+ description: Learn how to set up your installation for developing on the Solara itself.
4
+ ---
1
5
  # Development
2
6
 
3
7
  See also [the contributing guide](/documentation/advanced/development/contribute) for more information on how to contribute to Solara.
@@ -10,7 +10,7 @@ function to get a unique id tied to the users browser. This can be used to store
10
10
 
11
11
  In case you want to store state/data scoped to a user, you can use a similar strategy, but use a unique identifier based on the user,
12
12
  instead of the session id. You can take a look at [Our oauth example](examples/general/login_oauth) or
13
- [the authorization example](/examples/apps/authorization) for inspiration.
13
+ [the authorization example](/apps/authorization) for inspiration.
14
14
 
15
15
  """
16
16
  from typing import Dict
@@ -1,6 +1,7 @@
1
1
  from pathlib import Path
2
2
 
3
3
  import solara
4
+ from solara.website.components.markdown import MarkdownWithMetadata
4
5
 
5
6
  title = "FAQ"
6
7
  HERE = Path(__file__)
@@ -8,4 +9,4 @@ HERE = Path(__file__)
8
9
 
9
10
  @solara.component
10
11
  def Page(route_external=None):
11
- solara.Markdown(Path(HERE.parent / "content" / "99-faq.md").read_text())
12
+ MarkdownWithMetadata(Path(HERE.parent / "content" / "99-faq.md").read_text())
@@ -1,4 +1,7 @@
1
-
1
+ ---
2
+ title: FAQ about Solara
3
+ description: Answers to some common questions about using Solara, and building your app using the framework
4
+ ---
2
5
  # FAQ
3
6
 
4
7
  ## I am not interested in the server, I'm happy with Jupyter/Voila, what's in it for me?
@@ -1,15 +1,9 @@
1
1
  from pathlib import Path
2
2
 
3
- import solara
4
3
  from solara.autorouting import generate_routes_directory
4
+ from solara.website.components.markdown import MarkdownWithMetadata
5
5
 
6
- title = "Getting Started"
7
6
  HERE = Path(__file__)
8
7
  # if we didn't put the content in the subdirectory, but pointed to the current file
9
8
  # we would include the current file recursively, causing an infinite loop
10
- routes = generate_routes_directory(HERE.parent / "content")
11
-
12
-
13
- @solara.component
14
- def Page(route_external=None):
15
- solara.Markdown(Path(HERE.parent / "content" / "00-introduction.md").read_text())
9
+ routes = generate_routes_directory(HERE.parent / "content", MarkdownWithMetadata)
@@ -1,3 +1,8 @@
1
+ ---
2
+ title: Solara Quickstart
3
+ description: Get started with building web- and data-apps in pure python with Solara.
4
+ ---
5
+
1
6
  # Quickstart
2
7
 
3
8
  This 1-minute quickstart will get you to:
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: A quick introduction to Solara
3
+ description: Solara is an Open Source library that lets you use and build data-focused web apps (data apps) using reusable UI components. Here you'll learn the basics!
4
+ ---
1
5
  # Introduction
2
6
 
3
7
 
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Installing Solara
3
+ description: Installation should be as easy as running pip install Solara. Read on for advanced setups.
4
+ ---
1
5
  # Installation
2
6
 
3
7
  ## Create a virtual environment
@@ -1,3 +1,8 @@
1
+ ---
2
+ title: Solara Tutorials
3
+ description: A collection of tutorials for those learning to use Solara, each geared towards a users coming from particular backgrounds, such as data science, or
4
+ users coming from other frameworks like Streamlit.
5
+ ---
1
6
  # Tutorials
2
7
 
3
8
  Instead of having one tutorial, we have tutorials for different audiences.
@@ -1,3 +1,8 @@
1
+ ---
2
+ title: Tutorial - Building web apps in python using Solara
3
+ description: In this tutorial, you will learn how to use Solara to create a tiny web app using only Python. You can run these apps using either Solara server,
4
+ Jupyter lab / notebook, or whatever server infrastructure you prefer.
5
+ ---
1
6
  # Tutorial: Web app
2
7
 
3
8
  In this tutorial, you will learn how to use Solara to create a tiny web app using only Python.
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Tutorial - Building ipywidgets based apps
3
+ description: Ipywidgets can be used together with Solara to build and quickly get to users your data apps or dashboards.
4
+ ---
1
5
  # Tutorial: IPywidgets
2
6
 
3
7
  If you are already using [ipywidgets](/documentation/advanced/understanding/ipywidgets) in the notebook, possibly using [Voila](/documentation/advanced/understanding/voila), you might be pleased to know that you
@@ -1,3 +1,8 @@
1
+ ---
2
+ title: Using Solara as a more scalable alternative to Streamlit
3
+ description: If you are coming from Streamlit, it should be simple to adapt to using Solara, and take advantage of partial re-execution, state
4
+ management, and reusable components.
5
+ ---
1
6
  # Tutorial: Streamlit
2
7
 
3
8
  If you are coming from [Streamlit](https://streamlit.io/) you may be happy to know Solara does not re-execute your whole script. We execute components (starting with the `Page` component), and only need to re-execute what needs to.
@@ -49,7 +54,7 @@ You will see:
49
54
 
50
55
  Because we do some styling and because the sidebar is already used up, our preview on this page looks slightly different.
51
56
 
52
- [Navigate to /apps/tutorial-streamlit](/documentation/examples/fullscreen/tutorial_streamlit) to see this app fullscreen.
57
+ [Navigate to /apps/tutorial-streamlit](/apps/tutorial-streamlit) to see this app fullscreen.
53
58
 
54
59
 
55
60
  ### Running this example in the notebook
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Using Solara as an alternative to Dash
3
+ description: If you are familiar with Dash, Solara should be easy to adapt to. In Solara the state is managed and stored on the server, and components are declaratively reusable.
4
+ ---
1
5
  # Tutorial: Dash users
2
6
 
3
7
  Dash is quite different from Solara. In Dash, state lives in your browser, and via callbacks your app will change from 1 state to another. In Solara, the state lives on the server, and also state transitions happen at the server.
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Fundamentals of Solara
3
+ description: These articles dive deeper into the fundamental aspects of Soalra, like using components, hooks, and managing state.
4
+ ---
1
5
  # Fundamentals
2
6
 
3
7
  If you want to dive deeper into Solara, this section is for you. We will cover the following topics:
@@ -1,3 +1,8 @@
1
+ ---
2
+ title: Introduction to Solara components
3
+ description: In Solara, components are the building blocks of your web application. They allow you to create modular, reusable, and maintainable user interface elements
4
+ that can be combined to create a complete and interactive application.
5
+ ---
1
6
  <!-- TODO: column auto -->
2
7
 
3
8
  # Introduction to Components
@@ -1,3 +1,8 @@
1
+ ---
2
+ title: Introduction to state management in Solara
3
+ description: State management is a crucial aspect of building data-focused web applications with Solara. By effectively managing state, you can create interactive
4
+ and responsive applications that react to changes in data and user input.
5
+ ---
1
6
  # Introduction
2
7
 
3
8
  State management is a crucial aspect of building data-focused web applications with Solara. By effectively managing state, you can create interactive and responsive applications that react to changes in data and user input. In Solara, there are two primary ways to define state: global application state using [`solara.reactive`](/documentation/api/utilities/reactive) and local component state using [`solara.use_state`](/documentation/api/hooks/use_state) or [`solara.use_reactive`](/documentation/api/hooks/use_reactive). This article will discuss these two approaches and provide examples of how to use them in your Solara applications.
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Using static files and resources in your Solara application
3
+ description: When using Solara, you can host static files, like images, which will then be available at /static/public, in the ../public folder.
4
+ ---
1
5
  # Static files
2
6
 
3
7
  Files located on your local filesystem at the `../public` directory will be served by the Solara server at `/static/public`. A typical directory layout looks like this:
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Incorporating your assets, styles, and logos into your app
3
+ description: Solara looks for overrides of certain style and asset files in the assets folder by default. You can use these to incorporate your branding into your dashboard or app.
4
+ ---
1
5
  # Assets files
2
6
 
3
7
  Asset files are special files with are loaded by Solara-server and thus have a special meaning, and come with defaults. Current supported assets files are:
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Generating a static site version of your app or dashboard
3
+ description: Solara's static site generation (SSG) feature allows you to pre-render HTML for your app or dashboard, improving the user experience by providing quick page loads.
4
+ ---
1
5
  ## Static Site Generation
2
6
  ## Introduction
3
7
  Solara's static site generation (SSG) feature allows you to pre-render HTML for your website, improving the user experience by providing quick page loads. When a user requests a page, the pre-rendered HTML is served directly to the user. After the page is displayed, the Solara server will connect and take over rendering to make the page interactive.
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Incorporating search into your Solara application
3
+ description: If you are using static site generation (SSG) in your Solara application, you can make use of our search feature for it too!
4
+ ---
1
5
  # Search
2
6
 
3
7
  Solara can provide search, if [SSG](/documentation/getting_started/reference/static-site-generation) is enabled. This allows you to add a search box to you website, which performs a full-text search to provide quick access to pages. The solara website itself uses the
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Automatic reloading of source files when developing with Solara
3
+ description: Solara automatically detects changes in certain source file types, and hot reloads your application when you save them.
4
+ ---
1
5
  # Reloading
2
6
 
3
7
  ## Reloading of Python files
@@ -1,4 +1,7 @@
1
-
1
+ ---
2
+ title: Using Solara within notebooks
3
+ description: Solara can be used to generate an interactive app directly using your notebook file by running just one command.
4
+ ---
2
5
  # Notebook support
3
6
 
4
7
  We also support notebooks, simply assign to the `Page` variable in a code cell, save your notebook, and run `$ solara run myapp.ipynb`. If you widget or component is called differently, run like `$ solara run myapp.ipynb:myobject.nested_widget`.
@@ -1,3 +1,8 @@
1
+ ---
2
+ title: Caching resources for your solara application or dashboard
3
+ description: Solara has a dict-like object at `solara.cache.storage` that can be used to store objects in under a key. So we can use this global
4
+ object as normal dict.
5
+ ---
1
6
  # Caching
2
7
 
3
8
  Solara has a dict-like object at `solara.cache.storage` that can be used to store objects in under a key. So we can use this global
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Overview of how to deploy your Solara application or dashboard
3
+ description: Solara apps can be easily either self hosted, or hosted on a variety of cloud platforms.
4
+ ---
1
5
  # Deploying a solara app
2
6
 
3
7
  A Solara app can be [self hosted](/documentation/getting_started/deploying/self-hosted) or [cloud hosted](/documentation/getting_started/deploying/cloud-hosted).
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Deploying and hosting your own Solara app
3
+ description: Solara is compatible with many different hosting solutions, such as Flask, Starlette, FastAPI, and Voila.
4
+ ---
1
5
  # Self hosted deployment
2
6
 
3
7
  * [Flask](#flask)
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Hosting your Solara app on the cloud
3
+ description: Solara apps can be easily hosted either through our service, or via Ploomber cloud.
4
+ ---
1
5
  # Cloud hosted
2
6
 
3
7
  ## Integrated solution (in development)
@@ -0,0 +1,7 @@
1
+ ---
2
+ title: What is Solara.lab?
3
+ description: Solara lab is a subpackage in solara containing Components, hooks and parts of Solara that are slightly experimental.
4
+ ---
5
+ # What is Solara lab?
6
+
7
+ Solara lab is a subpackage in solara containing Components, hooks and parts of Solara that are slightly experimental.
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Troubleshoot issues with your Solara application
3
+ description: It is common to run into some issues when developing your application. See here for best practices for troubleshooting anything you run into.
4
+ ---
1
5
  # Troubleshoot
2
6
 
3
7
  ## Issues in Jupyter
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solara
3
- Version: 1.30.0
3
+ Version: 1.30.1
4
4
  Dynamic: Summary
5
5
  Project-URL: Home, https://www.github.com/widgetti/solara
6
6
  Author-email: "Maarten A. Breddels" <maartenbreddels@gmail.com>
@@ -50,7 +50,7 @@ Requires-Dist: watchdog
50
50
  Requires-Dist: watchfiles; python_version > '3.6'
51
51
  Requires-Dist: websockets
52
52
  Provides-Extra: assets
53
- Requires-Dist: solara-assets==1.30.0; extra == 'assets'
53
+ Requires-Dist: solara-assets==1.30.1; extra == 'assets'
54
54
  Provides-Extra: dev
55
55
  Requires-Dist: black; extra == 'dev'
56
56
  Requires-Dist: bqplot; extra == 'dev'
@@ -1,7 +1,7 @@
1
- solara/__init__.py,sha256=6KUDj80enT_oUnQ5QofJOjzGGEnAQZ4SGZR2Vcbulqs,3646
1
+ solara/__init__.py,sha256=WEX6eArph6cT6InkOAvNVwmMyeoGKhc2HylqrDRWj0k,3646
2
2
  solara/__main__.py,sha256=_RSUhoxkTruY4MMlSJ9qBKWdsgNSasuYs1EBbufnNrM,23656
3
3
  solara/alias.py,sha256=9vfLzud77NP8in3OID9b5mmIO8NyrnFjN2_aE0lSb1k,216
4
- solara/autorouting.py,sha256=7bEOegc8007wC6hOyoruJj0ntWFD5mYIYwFHv9IRJeE,22947
4
+ solara/autorouting.py,sha256=U4IhlCvFrJsd2f0LkdYUqzat83ebKgY-QrONZ8c5M3M,22588
5
5
  solara/cache.py,sha256=ftFS0tJpB_HkziumDgIDdLqpGsgd1mJIHw7vspT3iwM,10342
6
6
  solara/checks.html,sha256=NZoefOKYpE6NHQJchi4WE5HkDG3xpJW0kY6TOAFHQtE,3304
7
7
  solara/checks.py,sha256=WtMzUM1HN127juk5fFV2jdsJ1qT5Ghg21wEZfiVfIFc,7563
@@ -27,7 +27,7 @@ solara/components/checkbox.py,sha256=MLQ9Hxvtv5aKLj4XO3ILWtGc6nKOUH560A2bBt0Z030
27
27
  solara/components/code_highlight_css.py,sha256=J0fZHuEu8jeEKAq_HKbzgiMR1-VwMVnKA4dAOKE0AQU,235
28
28
  solara/components/code_highlight_css.vue,sha256=UX4jtEetV1W25Uvu8xQ-TbEaBzbp_7DlXtXDO9SdZfY,5776
29
29
  solara/components/columns.py,sha256=bGCUU9MLxkt2OiS31oLHWrEOlskxT1Xo65dBxXhmhbQ,5564
30
- solara/components/component_vue.py,sha256=PZl01boB05tgA8F4GJq-aDWsT7N77sqx2R4_2pl1NC4,4271
30
+ solara/components/component_vue.py,sha256=_WNF_MMM0pENBeokFJziro3iBm67uvNlIR9D2gx53gs,4335
31
31
  solara/components/cross_filter.py,sha256=AbhyQWIJ32moTnSE-ykln_AoTZuyPPopv1QI8R0g-pk,13594
32
32
  solara/components/dataframe.py,sha256=9Zr-usCz9UkO2xpNlDpooRGu-Bwtn49Cy4cdAaO_KGg,21033
33
33
  solara/components/datatable.py,sha256=QaBxW9m16h937tvoTKaqHovQSPOu7__RAPLB5VIQ7zM,7976
@@ -45,7 +45,7 @@ solara/components/file_list_widget.vue,sha256=atp-FO9tBjvyCQ_32NqeB9Rcehg03vPLD1
45
45
  solara/components/head.py,sha256=QZRTbwaUH0trfce3ntEcOqmLjw74CbSHpuMt9gGj7oA,648
46
46
  solara/components/head_tag.py,sha256=xPj_ug0TUAZF4yN6ypKlmLcsHORIHU8zfIZgEDNi4PQ,1591
47
47
  solara/components/head_tag.vue,sha256=vw0PJzAajq1XbyKhrTakfzJGF_beXAjupkFXPKJbVDo,1642
48
- solara/components/image.py,sha256=fnbA4gzW08KJiL9XeSWlcdNS9gGX0QF91K7ymlEkrBk,4487
48
+ solara/components/image.py,sha256=o44iu0_wv3cPKnKv47mw10d2f67vuBaW2Jhs775hNAM,4503
49
49
  solara/components/input.py,sha256=NL4amciCHUTocY6_t2XKeYGloWBiUGHRvgXe_fvmi4c,14602
50
50
  solara/components/link.py,sha256=bYXVencL9hjBcrGniXdE0JlSzBE9bkUFFmd4apfYhjk,1842
51
51
  solara/components/markdown.py,sha256=QOHfPTnD6TKJhch8fxb1uhn0uZfaxXyMbYhQ46waZR4,12385
@@ -95,7 +95,7 @@ solara/lab/utils/__init__.py,sha256=TG0tz1x_RzAgClrZJdF5OEPJp_QCyH9B2Zw1R-Wi0xw,
95
95
  solara/lab/utils/cookies.py,sha256=hHxa_uUOWO9G5vMASmVz6lvsAbKaphpRPj2NoDexQks,198
96
96
  solara/lab/utils/dataframe.py,sha256=P3-xNGapWeTEA8w7F775eEH1leTWh02YBrquqpiIWkE,3242
97
97
  solara/lab/utils/headers.py,sha256=RMo8JUdztRePrdNfYCX1QEhrfyF6ktodr4v6tIREKbs,216
98
- solara/scope/__init__.py,sha256=ni_0_Bmt-8juwJ5JsXLbLgi3drG-kcjABL9n__eFYDQ,2967
98
+ solara/scope/__init__.py,sha256=0sP3B6L4Aai0b6nadPtEETb8XqdGmSFKvQusNH0-yvY,2987
99
99
  solara/scope/types.py,sha256=HTf_wnkpkhhtGaeFsB690KBP623CUuqiMssd72-u9yg,1540
100
100
  solara/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
101
101
  solara/server/app.py,sha256=SeW4hASoKhxM4prqz4QLP61Wo2rGxAMoVz9IMToLx0s,20310
@@ -105,7 +105,7 @@ solara/server/fastapi.py,sha256=qVIHn0_Kxr6zWqcBWySu5nnJ6pNTSDqb4EHIh-cqH_8,93
105
105
  solara/server/flask.py,sha256=Vldi-40AA4PJ2mppJEvDoBKoh1Dyn1Rox88adl7BfcI,9168
106
106
  solara/server/jupytertools.py,sha256=cYFIUjLX7n0uuEXqWVWvmV6sV7R_MNg8ZZlabQgw8vk,1320
107
107
  solara/server/kernel.py,sha256=Ma00rfyCvBOBkFuDsL2VNxr04hzVAZv1D2zdRPlrxPI,10753
108
- solara/server/kernel_context.py,sha256=-rikj9P9_s2LR9SUYjl-C1lq7Rp3XqR4UY5PZ9GdTOE,14791
108
+ solara/server/kernel_context.py,sha256=Jk-tb6rkiSL-mH5zME5jswIuNGN3RAvaTy4kYVZv1kM,14945
109
109
  solara/server/patch.py,sha256=bwIlgXJSMUEk2eMTqIXaWG3es3WiAq3e2AilFMvrZKQ,18788
110
110
  solara/server/reload.py,sha256=UURWsWsFV_KrHS_rJDR7MhJ0f5snjZ5ey5kRrVasoiQ,9531
111
111
  solara/server/server.py,sha256=aMKY7G0Nij432uCPLa18UexYOPh2vZyXSfZFopb8Q84,15444
@@ -132,7 +132,7 @@ solara/server/static/highlight-dark.css,sha256=gmC3pr3x2BqJgTswNoN6AkqfEhBk24hPF
132
132
  solara/server/static/highlight.css,sha256=k8ZdT5iwrGQ5tXTQHAXuxvZrSUq3kwCdEpy3mlFoZjs,2637
133
133
  solara/server/static/main-vuetify.js,sha256=e2yhq1ezwcCWwU2IzdFY275o768VupBlbZSc7R_Msxw,8874
134
134
  solara/server/static/main.js,sha256=mcx4JNQ4Lg4pNdUIqMoZos1mZyYFS48yd_JNFFJUqIE,5679
135
- solara/server/static/solara_bootstrap.py,sha256=6t5Ki2FkP64zu3C4f6EMo4QIPhz4ffVCN2fl7dQgyhs,3195
135
+ solara/server/static/solara_bootstrap.py,sha256=G6pnACSB1BYp8XTt5JahS0GV6wyNCf682Wm27eK0-8g,3195
136
136
  solara/server/static/sun.svg,sha256=jEKBAGCr7b9zNYv0VUb7lMWKjnU2dX69_Ye_DZWGXJI,6855
137
137
  solara/server/static/webworker.js,sha256=cjAFz7-SygStHJnYlJUlJs-gE_7YQeQ-WBDcmKYyjvo,1372
138
138
  solara/server/templates/index.html.j2,sha256=JXQo1M-STFHLBOFetgG7509cAq8xUP0VAEtYDzz35fY,31
@@ -181,8 +181,9 @@ solara/website/components/header.py,sha256=6Y7LWYbQc19m3fTNKGtymwA932ewNnbrZvU0F
181
181
  solara/website/components/hero.py,sha256=K6zjR_n6pQEC4v5atNUUK7fYMxg-HMki4Z5A3W01fUo,684
182
182
  solara/website/components/mailchimp.py,sha256=ziMYkNpHLLKamniXnzS1wOtWMzLeIqqQGRZLxk0GUzE,199
183
183
  solara/website/components/mailchimp.vue,sha256=f2cFKUfl7gL9FJbGLCtPRUFBghxS8kcGuI_xSSOAEpo,3543
184
+ solara/website/components/markdown.py,sha256=-ueVz2IlQQlSHJlLAp4nDdQaKZI6ycZKAzRFwJcDWEM,1036
184
185
  solara/website/components/notebook.py,sha256=pxZNPeDcTUTUyA7L7Hi7WdDxQK2qiY5mVFamY8ntEMg,6866
185
- solara/website/pages/__init__.py,sha256=lt28sLK01xtzujHHZ_wm4dAckWFn4UnsUBiwQQaJCeY,33799
186
+ solara/website/pages/__init__.py,sha256=omQTAMOkIGGwfa-aRHMR3icJgHIiUuDPshzIBKoNGjQ,34168
186
187
  solara/website/pages/doc_use_download.py,sha256=lWx9so-xPgV19FGTFqvgnL5_IeJragj8bYmClVPfuLw,3139
187
188
  solara/website/pages/docutils.py,sha256=2ne991oUtK4dMj-qN18NtsVYxSfCT1c6o5yYThQnxUE,736
188
189
  solara/website/pages/apps/__init__.py,sha256=7ZmplbUsDo3uYHA9WI07hA8ZgRcDYbjw7aeohlu7mHk,284
@@ -198,37 +199,36 @@ solara/website/pages/apps/multipage/__init__.py,sha256=zljTAXbsV8hqb67dwmx_PhzN-
198
199
  solara/website/pages/apps/multipage/page1.py,sha256=5hK0RZ8UBBOaZcPKaplbLeb0VvaerhB6m3Jn5C0afRM,872
199
200
  solara/website/pages/apps/multipage/page2.py,sha256=uRJ8YPFyKy7GR_Ii8DJSx3akb3H15rQAJZETMt9jVEk,1422
200
201
  solara/website/pages/changelog/__init__.py,sha256=m9UuAdgj-Zucj5Plj3E4lbvfACxBFCAPl7y_0AM5pHQ,155
201
- solara/website/pages/changelog/changelog.md,sha256=18ylvrB8G-iYGo1inUh5g53CTq9j_vUMKlDeIWnG_XE,10100
202
+ solara/website/pages/changelog/changelog.md,sha256=W7WIWpbiRRRvIsL98gkHdzqAnu8FQ1Zw6Mmvvc89fV8,11354
202
203
  solara/website/pages/contact/__init__.py,sha256=jJ6-lQo3OX4Q-7MczcA9VgHuTXHJUnamJali3YRig2U,151
203
204
  solara/website/pages/contact/contact.md,sha256=zp66RGhOE_tdkRaWKZqGbuk-PnOqBWhDVvX5zSLXoHw,798
204
205
  solara/website/pages/documentation/__init__.py,sha256=d4jZsmo7JDU8yqQq7OtBG50rQNQiL2IuWluaiNHIAmo,11379
205
- solara/website/pages/documentation/advanced/__init__.py,sha256=sNNZr0CE6GxKqC3BmqkvshDOorEgd0Bk6XKNKfXvG0I,1580
206
+ solara/website/pages/documentation/advanced/__init__.py,sha256=bLLvasuqVVWJxGN89m77ChZhDivEhVavw9-_CiG3IZA,414
206
207
  solara/website/pages/documentation/advanced/content/00-overview.md,sha256=GY7d74bw01rINC4Tt5ONRhOZjIYn5DnK97bQr-Zs-Sg,155
207
- solara/website/pages/documentation/advanced/content/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
208
- solara/website/pages/documentation/advanced/content/10-howto/00-overview.md,sha256=4wkro_f9xni6SXyaaHjeY8J-_qSoQmhlqdeGL-DAP98,182
209
- solara/website/pages/documentation/advanced/content/10-howto/10-multipage.md,sha256=lTFNYDEOJaKjA6tthBcAMZHCrqBMb-AkzmT0_b72Myo,7261
210
- solara/website/pages/documentation/advanced/content/10-howto/20-layout.md,sha256=eRIHNYj6fC1GsfWe-rog3Xy6dGT9mvZwmBPkn9d9VWY,5630
211
- solara/website/pages/documentation/advanced/content/10-howto/30-testing.md,sha256=LP-8m0hA2CtgGnaRYyXQkXCZIBAV1RfglgaGF5dbXGw,7664
212
- solara/website/pages/documentation/advanced/content/10-howto/31-debugging.md,sha256=nDkDfnSrjk3qPkDlUgJVU4gr7uTiYmoRzmrH-ewT6SU,1676
213
- solara/website/pages/documentation/advanced/content/10-howto/40-embed.md,sha256=JJI0r315yAQaw-V5Tjyur_1QeY-XEqCGVvvPZDEKuWA,1848
214
- solara/website/pages/documentation/advanced/content/10-howto/50-ipywidget_libraries.md,sha256=UdyXRS5GwGeZxagCfVEvu_yaWPMo60qQfmgh95KmILQ,4854
215
- solara/website/pages/documentation/advanced/content/20-understanding/00-introduction.md,sha256=gSP9oVb2wd2dTCQ0chGXeNbhK0Sd882b1qvwHYsL3a8,268
216
- solara/website/pages/documentation/advanced/content/20-understanding/05-ipywidgets.md,sha256=ot4GVrO7O_iMMy69v_tSbasrNMFCtbtNY1KZRwV-eZQ,1790
217
- solara/website/pages/documentation/advanced/content/20-understanding/06-ipyvuetify.md,sha256=WChXjG3Wg44b69pXdn02EkKlyUVnaEl5uGHWqxTjlu0,1403
218
- solara/website/pages/documentation/advanced/content/20-understanding/10-reacton.md,sha256=GMhMziQ_tVp2yqUTImIBHUpZ8BJFUiiHa3xV1rbGt40,1226
219
- solara/website/pages/documentation/advanced/content/20-understanding/12-reacton-basics.md,sha256=pnA655h7Csfuw6DAux5WLzbbHRVW9LWtxhGNoxIxMI8,5121
220
- solara/website/pages/documentation/advanced/content/20-understanding/15-anatomy.md,sha256=822mG6DXWi4f5P_R4sjrSx9Wf175digoGH92UDQxIKc,1856
221
- solara/website/pages/documentation/advanced/content/20-understanding/17-rules-of-hooks.md,sha256=im9XjMKaX11-ph_TXeEMnEDuEK9Gc1wTMr9LaqSLhQo,111
222
- solara/website/pages/documentation/advanced/content/20-understanding/18-containers.md,sha256=4PBLeG_9my1W2QMti6lILHDGH_BCdBo6hEawqdaavcE,4653
223
- solara/website/pages/documentation/advanced/content/20-understanding/20-solara.md,sha256=nH0sJU2MXT-j7G4IvLIxeNsGHTm-BQVnDVDkcs_06yI,453
224
- solara/website/pages/documentation/advanced/content/20-understanding/40-routing.md,sha256=KHJqdn6KiJKgIKwBA7ZMv1bUhdaCN04Hbr1M7TDUtnI,9481
225
- solara/website/pages/documentation/advanced/content/20-understanding/50-solara-server.md,sha256=QefStsnuo_REvWtUhZXkpC8vlcVF7rKy9xOByL6W2Ik,5416
226
- solara/website/pages/documentation/advanced/content/20-understanding/60-voila.md,sha256=dXITmLmULYUFK5xUh25lHHLt1FIsP4bVt0FbVvHxNFI,864
208
+ solara/website/pages/documentation/advanced/content/10-howto/00-overview.md,sha256=mG2UzdSn7ReVNIYFGYv7ODxPI5s_ux8j-J8HlWxE6Wo,324
209
+ solara/website/pages/documentation/advanced/content/10-howto/10-multipage.md,sha256=V52UWqYUnC7AaqbfpnM9-rOUEONZxczt-3k6FIjO77E,7417
210
+ solara/website/pages/documentation/advanced/content/10-howto/20-layout.md,sha256=0STmZU16cfcgi7mGdGvDdCOfV7RUPMl160RUG2rHM64,5792
211
+ solara/website/pages/documentation/advanced/content/10-howto/30-testing.md,sha256=Bxt8TV4qexF3F83UJzYJhlbdw7541kNMmNnE1qItd38,7841
212
+ solara/website/pages/documentation/advanced/content/10-howto/31-debugging.md,sha256=KUmLAJj2iiEL6im3lkOI8gRjaX4JM6uH565mTZNjV3I,1791
213
+ solara/website/pages/documentation/advanced/content/10-howto/40-embed.md,sha256=tufVLEUJ_nqpow5iwD_1Huw9Sa-4n-alNrvrY50A4WA,2119
214
+ solara/website/pages/documentation/advanced/content/10-howto/50-ipywidget_libraries.md,sha256=nIrx3eHDUAQpP-JxeE6DqhkAiHBHfT3pX_k_VqgLGno,5091
215
+ solara/website/pages/documentation/advanced/content/20-understanding/00-introduction.md,sha256=rd5OzaPu4F29EzRAJOM0bGuQeaMdn4N-pu2JA_oGhG0,590
216
+ solara/website/pages/documentation/advanced/content/20-understanding/05-ipywidgets.md,sha256=jDNjcqGGxxe0M3JgoeBgN5CTRpm_jqKRuGi5sGsOGk0,2057
217
+ solara/website/pages/documentation/advanced/content/20-understanding/06-ipyvuetify.md,sha256=R7t8aVpiXXsQeh6I3C9-JBpYRhC0N0s4zFBVota6Eak,1633
218
+ solara/website/pages/documentation/advanced/content/20-understanding/10-reacton.md,sha256=sK1nFnthUfV8iDk1e4g65gnTuFbrcbLPR-y0MOCRn6I,1397
219
+ solara/website/pages/documentation/advanced/content/20-understanding/12-reacton-basics.md,sha256=Mq_Pe2a5p9g4t2JkJzRMLtpYjeHZgcKIzPAbwblrye4,5328
220
+ solara/website/pages/documentation/advanced/content/20-understanding/15-anatomy.md,sha256=luqGGRsTsDl8D3JH49BZR_AKtnu2Rfpc1f4EWfxWE8c,1984
221
+ solara/website/pages/documentation/advanced/content/20-understanding/17-rules-of-hooks.md,sha256=5iFSxoO3FD-XrRRuGht9EiqVqvBUP1Yb2HQ7QYd5Tvs,244
222
+ solara/website/pages/documentation/advanced/content/20-understanding/18-containers.md,sha256=Bkl22GXxO0MhTVpUK1q0l5h_wBWNgkR1ZoCG28p7r40,4905
223
+ solara/website/pages/documentation/advanced/content/20-understanding/20-solara.md,sha256=sNK-mmgbj9rDHOXu5JaP7OMQdX0chOZ72-aMdOEOkug,751
224
+ solara/website/pages/documentation/advanced/content/20-understanding/40-routing.md,sha256=pV_kXl4dEIx53BK3M-0xulKjPLiFAzZforXmylHemFM,9679
225
+ solara/website/pages/documentation/advanced/content/20-understanding/50-solara-server.md,sha256=2BXGCAfjOKnXn6WoWMuovH8L7stUkKOsvQ55RjSdyPE,5686
226
+ solara/website/pages/documentation/advanced/content/20-understanding/60-voila.md,sha256=jlL0kyzzDdHytNizBBLPx7buFFforlIDdMF724C2RLE,1132
227
227
  solara/website/pages/documentation/advanced/content/30-enterprise/00-overview.md,sha256=2_-VXLH0jwRIySqr4UFbGqhZO2MVulYC_vTB3R9lOXc,20
228
- solara/website/pages/documentation/advanced/content/30-enterprise/10-oauth.md,sha256=Ij_8xUjQAGdqEZP9Y5PcNu1Tocp0BYAOuik49OQbrQg,8058
228
+ solara/website/pages/documentation/advanced/content/30-enterprise/10-oauth.md,sha256=mzul6a54weG81pQhRQo3M8BvIupfnYyula6f83UgSVI,8227
229
229
  solara/website/pages/documentation/advanced/content/40-development/00-overview.md,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
230
- solara/website/pages/documentation/advanced/content/40-development/01-contribute.md,sha256=PBo9nblEPBqxWWM_2NmH4q12ISN4ufBVuERfERUgQ7Y,2676
231
- solara/website/pages/documentation/advanced/content/40-development/10-setup.md,sha256=BeDECIbpSoC0oGKZYjT21mAHgVsOLgY2j6kfbUoDgbU,2189
230
+ solara/website/pages/documentation/advanced/content/40-development/01-contribute.md,sha256=zzcRg3Jk7JSdPoybMeFzICyS1c1MqCnN7sbd1WF0-II,2880
231
+ solara/website/pages/documentation/advanced/content/40-development/10-setup.md,sha256=-Qq8gIsOkdYR3FKFdjEYtKYD2XkedDFrS0DahMaSXLA,2321
232
232
  solara/website/pages/documentation/api/__init__.py,sha256=2f2OtK_INAKF5P_Ich7bEk-nC4Ia8q10vzK7fsHNuwg,313
233
233
  solara/website/pages/documentation/api/cross_filter/__init__.py,sha256=5qmC4lE7WKhZ-NCpOXfINltTKpiC0mBW86vHoGb9Mdk,179
234
234
  solara/website/pages/documentation/api/cross_filter/cross_filter_dataframe.py,sha256=ouPRh8Monv_tawnJn-fJoYu8q9hLVJ_32R-byx4kya0,502
@@ -354,7 +354,7 @@ solara/website/pages/documentation/examples/fullscreen/scatter.py,sha256=zNh9A6n
354
354
  solara/website/pages/documentation/examples/fullscreen/scrolling.py,sha256=CLPW25L1bXpRiK3Ix96Q0MRgXWMmqIw7pYVnnO36nMs,42
355
355
  solara/website/pages/documentation/examples/fullscreen/tutorial_streamlit.py,sha256=vV9f2g8Tc5Fs1lgycAaYxW0gJWLJ_R6iy7zbjEEtJUc,51
356
356
  solara/website/pages/documentation/examples/general/__init__.py,sha256=Cs55Fg8BwwlcDgn9n7_gGv83i4yZRWZR-FnHTSHxSIk,118
357
- solara/website/pages/documentation/examples/general/custom_storage.py,sha256=6tBmPFy7cBlcdg0pllvgRbaWHyhq4KiXjJG1X6EsSNs,2441
357
+ solara/website/pages/documentation/examples/general/custom_storage.py,sha256=Efd05EhTTe599cGL45Z96D4JIeEESB7bzRCwDvLVI1w,2432
358
358
  solara/website/pages/documentation/examples/general/deploy_model.py,sha256=firvNXPszklQ1Av8dNSH7HSDZm06bX0vf3Pck5sXz-4,4967
359
359
  solara/website/pages/documentation/examples/general/live_update.py,sha256=Zte8ii3W_Jv0mR8cD38xajO7Qn9JJEg3PwDe-q1IbRg,987
360
360
  solara/website/pages/documentation/examples/general/login_oauth.py,sha256=NdIPHg-ebIUBar2gIwPrDt4NflnRATZ1nUm6DL_5NEE,2411
@@ -374,39 +374,38 @@ solara/website/pages/documentation/examples/visualization/__init__.py,sha256=OaL
374
374
  solara/website/pages/documentation/examples/visualization/annotator.py,sha256=q8FbIZt5lDPgRNTx7iall4IkXXzC6g_pwD-pY3Iyepc,1808
375
375
  solara/website/pages/documentation/examples/visualization/linked_views.py,sha256=Tc4hMTOXFN7R_ivIzvbbwQAGwQ2-hLYgB-s10Q5i_pQ,2700
376
376
  solara/website/pages/documentation/examples/visualization/plotly.py,sha256=mc1V4Bwp9t7gVEhuEFdeoTvsYPU_Lk0MYYzxF-2vTU8,1267
377
- solara/website/pages/documentation/faq/__init__.py,sha256=p_K4N8aDaUzpI22T7KUDaOAya_YjmjNp3KNujI16dZM,205
378
- solara/website/pages/documentation/faq/content/99-faq.md,sha256=72lsiteOceSgkCt077618sMspqslu_Is-Zk8J_sg0Wk,3096
379
- solara/website/pages/documentation/getting_started/__init__.py,sha256=dSGGJEoW9mIZXss3VyD2oMSmqsM4oybbmddieW1nmuw,501
380
- solara/website/pages/documentation/getting_started/content/00-quickstart.md,sha256=otp10kikW5UMnLyHMk8LIezmJJ0eR_h3-1mZupI1qxE,2891
381
- solara/website/pages/documentation/getting_started/content/01-introduction.md,sha256=l1ajetqy04bRYBH5bRh9tyxnuvCYUg98fc0g8BVkG6o,6409
382
- solara/website/pages/documentation/getting_started/content/02-installing.md,sha256=e3mI7GbjgfEr1Gp0nAUuFxgEI2X-JhEkxsJJ7vFuf4s,2336
383
- solara/website/pages/documentation/getting_started/content/90-troubleshoot.md,sha256=rJW2j0oF183osdWuYPnY7DeEgcOL6OF3tfsh92dJmC4,1564
384
- solara/website/pages/documentation/getting_started/content/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
385
- solara/website/pages/documentation/getting_started/content/04-tutorials/00-overview.md,sha256=6OqrYUPyPSgHdJoz4C4_ly71PJ6hTonGD6m2lYvoKbM,1079
377
+ solara/website/pages/documentation/faq/__init__.py,sha256=GcdqdTEWC-xDgIWECQleZbbnmacelt9K1ZyTw2nf9Wc,278
378
+ solara/website/pages/documentation/faq/content/99-faq.md,sha256=yZXc-mOUJhM0d6UOT6t6pn46M_hyiJkM9sytY3h6JYY,3235
379
+ solara/website/pages/documentation/getting_started/__init__.py,sha256=bLLvasuqVVWJxGN89m77ChZhDivEhVavw9-_CiG3IZA,414
380
+ solara/website/pages/documentation/getting_started/content/00-quickstart.md,sha256=uhD8imzC8bTE1mO1Qq-I4n7XrA8GOxJwx93Dwhhfuj8,3011
381
+ solara/website/pages/documentation/getting_started/content/01-introduction.md,sha256=z9YZa63ABc-g1J1ZEO6qiw8VU9tzs8Q7uSp4asW49hc,6623
382
+ solara/website/pages/documentation/getting_started/content/02-installing.md,sha256=oxzMWoJ64PWoQ64_LptktJdYq1FhF5pyhFW_b7wwLXY,2473
383
+ solara/website/pages/documentation/getting_started/content/80-what-is-lab.md,sha256=4CLyCZYkApsWNdXJ3N6YYShj5s4tJhYH1V6svtVgCcE,307
384
+ solara/website/pages/documentation/getting_started/content/90-troubleshoot.md,sha256=8nPg3ncqQKD2lqs2Ob5YA7-LYQQyCfjO8muggHtNSCA,1783
385
+ solara/website/pages/documentation/getting_started/content/04-tutorials/00-overview.md,sha256=mNf7B0VOVs74Xh_Es947L0rXlyRzsc7AArJFwAmWUVA,1328
386
386
  solara/website/pages/documentation/getting_started/content/04-tutorials/10_data_science.py,sha256=4abDgxga_Divf5Jazpr1jCtU34uyKKgRWozdEWnpIKw,267
387
- solara/website/pages/documentation/getting_started/content/04-tutorials/20-web-app.md,sha256=R1X29jjLTQ2UpQZ9rBfBZrYZ7whU9OV5XyWlHvASMJg,3203
388
- solara/website/pages/documentation/getting_started/content/04-tutorials/30-ipywidgets.md,sha256=CX_lATlXrCC6FKjjkgZeunDhTWxoQtBUy2lrNAMW63M,4399
389
- solara/website/pages/documentation/getting_started/content/04-tutorials/40-streamlit.md,sha256=uFY6hKdm3C1VtoSoKquSPCy_zBhHY2QDK0D2OfBvB0Q,6604
390
- solara/website/pages/documentation/getting_started/content/04-tutorials/50-dash.md,sha256=DUdhD4FbGJB0-bu6eLCWENEyjXZfTwzKWad98EaAs_0,5168
387
+ solara/website/pages/documentation/getting_started/content/04-tutorials/20-web-app.md,sha256=nSS3kvbam5b7pxOM96b-KsA_sLSPjTS3UMBe7e9g90s,3503
388
+ solara/website/pages/documentation/getting_started/content/04-tutorials/30-ipywidgets.md,sha256=d9GYmh1FBO-uuwWW-nDl3vGZ5WNvJWPwag3QIHTtHqo,4577
389
+ solara/website/pages/documentation/getting_started/content/04-tutorials/40-streamlit.md,sha256=C-QdIdNYnFCH-txDJOrMKHYnNzWStIthRxcekI117mI,6831
390
+ solara/website/pages/documentation/getting_started/content/04-tutorials/50-dash.md,sha256=OdEXZoIfe2S94aCx2PT5oKuxsBnXbhEMYG3d8ift2OY,5401
391
391
  solara/website/pages/documentation/getting_started/content/04-tutorials/60-jupyter-dashboard-part1.py,sha256=u59dkYAGGNyYJPFXmvBcm6hdrMdQWoJoLdYTcQnKH-c,3009
392
392
  solara/website/pages/documentation/getting_started/content/04-tutorials/SF_crime_sample.csv.gz,sha256=6jfiB65wgPXQwRHi4lSuGUHNULo_Me6kmIU74Kd7kxg,575276
393
393
  solara/website/pages/documentation/getting_started/content/04-tutorials/_data_science.ipynb,sha256=a9EdGu2zXWccH2bmY25qhu5eg2usACJle1AFdwgjDTs,14031
394
394
  solara/website/pages/documentation/getting_started/content/04-tutorials/_jupyter_dashboard_1.ipynb,sha256=dEcrjaYgiv85Lyr-jUHMAghREW3rU4DSa020FRG-Qng,57418
395
- solara/website/pages/documentation/getting_started/content/05-fundamentals/00-overview.md,sha256=HdJ7nYYcpgVkYYZOJWmw7MQ-2o7adgR-w5-UjV-gfYg,293
396
- solara/website/pages/documentation/getting_started/content/05-fundamentals/10-components.md,sha256=iqYa6LnL2jAVLdhLX2rTlTHoqCZRPsZV69UrLhETC_4,13638
397
- solara/website/pages/documentation/getting_started/content/05-fundamentals/50-state-management.md,sha256=4rc7wm_NZadPn-WQUvMUgx59tnNlYAV0QsWoxKqkGYM,4300
395
+ solara/website/pages/documentation/getting_started/content/05-fundamentals/00-overview.md,sha256=b_emhNMTTMB5wgUYymDQCv7-YkNA5_beRfVnZY_K9-Y,461
396
+ solara/website/pages/documentation/getting_started/content/05-fundamentals/10-components.md,sha256=dEUb2jpkKE0J8VV10HbbpSBTmU766X74MX9rMs2s8vE,13931
397
+ solara/website/pages/documentation/getting_started/content/05-fundamentals/50-state-management.md,sha256=2erhyogDTBzgX4kOOBbNCm2UiONcg29HmLxVvSd6LHA,4599
398
398
  solara/website/pages/documentation/getting_started/content/06-reference/00-overview.md,sha256=gHyQCjLa1P3CSQnuX-HLw2zMuKEj_4H4Xb6-tfWpkKc,107
399
- solara/website/pages/documentation/getting_started/content/06-reference/40-static_files.md,sha256=90z_xbbPUmI0DimX6F7HhOLauotoqpHVamLWE3vDKTs,874
400
- solara/website/pages/documentation/getting_started/content/06-reference/41-asset-files.md,sha256=dTTdQ9APszwX5XmPoFOI5ey0syHk9kqqNkt_KHly64s,1599
401
- solara/website/pages/documentation/getting_started/content/06-reference/60-static-site-generation.md,sha256=bqIxORSb5dNkekAWZXlZcDrjBj6VptZIwlg266vhPMQ,2532
402
- solara/website/pages/documentation/getting_started/content/06-reference/70-search.md,sha256=mBivhlKcItAfa4rx0Coe9b-L3iFhHD2aau_j9kfpNM4,915
403
- solara/website/pages/documentation/getting_started/content/06-reference/80-reloading.md,sha256=UO5RKG4S-QgJ-j454Yqpg0Pxg3EFdweSakAPTO-8N1c,1705
404
- solara/website/pages/documentation/getting_started/content/06-reference/90-notebook-support.md,sha256=fjPgosyM5d36A6XxMW82gOL1E4uiNQpb9IvFkbwr4oc,267
405
- solara/website/pages/documentation/getting_started/content/06-reference/95-caching.md,sha256=CUligM1OVW1eJ5x2CktWtbi0xiFNVOpuCiLOKnj0WsY,4212
406
- solara/website/pages/documentation/getting_started/content/07-deploying/00-overview.md,sha256=JitTuMTDY84K7ONnizwm0dQbD3MQIvMqVgvnUvyUWmA,188
407
- solara/website/pages/documentation/getting_started/content/07-deploying/10-self-hosted.md,sha256=20MP5aABvZt2NLqtFtBHNnOWJTtEYaaTvW9A5hlesNY,8806
408
- solara/website/pages/documentation/getting_started/content/07-deploying/20-cloud-hosted.md,sha256=EuNXMweoPjSC8MQDhqPvETKyJJjNUDmYHom0qZ8GbJ4,3927
409
- solara/website/pages/documentation/getting_started/content/08-lab/00-what-is-lab.md,sha256=TEky5vWcswQ3nS_TETlcZ26rB8nEJOB5tLeLf4QEUlQ,141
399
+ solara/website/pages/documentation/getting_started/content/06-reference/40-static_files.md,sha256=peS8cTnHUEPaJ6CcF9DkceNfV1XzNoL9oJP7-Aj1308,1094
400
+ solara/website/pages/documentation/getting_started/content/06-reference/41-asset-files.md,sha256=KpSsKOdH_U-YyaSlM6pwgWiRsaMprE279xOBU6Ho3EY,1854
401
+ solara/website/pages/documentation/getting_started/content/06-reference/60-static-site-generation.md,sha256=gxxhfVrpl5VOwAj9KFURDdG1U7w2T67eyACxhhaqNpQ,2782
402
+ solara/website/pages/documentation/getting_started/content/06-reference/70-search.md,sha256=fcowbPo7kT8x4Daz6YTLibNRoozmEI93-joo0ivNStU,1118
403
+ solara/website/pages/documentation/getting_started/content/06-reference/80-reloading.md,sha256=sgDEmKYmrdtIjcJkx_z0dYz4p4WB-1cmHlQrR7dSXLk,1917
404
+ solara/website/pages/documentation/getting_started/content/06-reference/90-notebook-support.md,sha256=RxqyrRVIcwH7wVVKHSR0Eb6WeT25RrLpQUI6JNMH16k,437
405
+ solara/website/pages/documentation/getting_started/content/06-reference/95-caching.md,sha256=H1eBGOjsaQ2RZUeN-ud8BPtmwXMzn9lbAhRtYlUHmeY,4458
406
+ solara/website/pages/documentation/getting_started/content/07-deploying/00-overview.md,sha256=frkz54EDE8o7L0LohVi1liftJDH2_FthLaNRkHRLIPU,368
407
+ solara/website/pages/documentation/getting_started/content/07-deploying/10-self-hosted.md,sha256=tEoqI1G2dzKwHmIaqSSeFGFKLuAaBixKtG1LQBCHp3c,8982
408
+ solara/website/pages/documentation/getting_started/content/07-deploying/20-cloud-hosted.md,sha256=kdqdM5q0jcv86OwW7WI-MwsQjKYaj9jxENAsVxdL05U,4076
410
409
  solara/website/pages/showcase/__init__.py,sha256=_6VP_Lxomr-hQz-hceEyLKo503gmcuuxqwJQW7Ps8Vo,6326
411
410
  solara/website/pages/showcase/domino_code_assist.py,sha256=dxEbAYeZwiSx1_JHVd1dsnEqpPwiv3TcmYSonwjc-PE,2297
412
411
  solara/website/pages/showcase/planeto_tessa.py,sha256=7uFsWvzOenyJIKW88ZF7PmkEStdySinUEgraeU6LKCE,723
@@ -429,10 +428,10 @@ solara/widgets/vue/gridlayout.vue,sha256=EGeq8RmdRSd8AD2Us6L80zGFefh7TaQqJSnazX7
429
428
  solara/widgets/vue/html.vue,sha256=48K5rjp0AdJDeRV6F3nOHW3J0WXPeHn55r5pGClK2fU,112
430
429
  solara/widgets/vue/navigator.vue,sha256=SLrzBI0Eiys-7maXA4e8yyD13-O5b4AnCGE9wKuJDHE,3646
431
430
  solara/widgets/vue/vegalite.vue,sha256=pjLfjTObIyBkduXx54i4wS5OQYI9Y4EwPeEFAqtJvZg,4120
432
- solara-1.30.0.data/data/etc/jupyter/jupyter_notebook_config.d/solara.json,sha256=3UhTBQi6z7F7pPjmqXxfddv79c8VGR9H7zStDLp6AwY,115
433
- solara-1.30.0.data/data/etc/jupyter/jupyter_server_config.d/solara.json,sha256=D9J-rYxAzyD5GOqWvuPjacGUVFHsYtTfZ4FUbRzRvIA,113
434
- solara-1.30.0.dist-info/METADATA,sha256=xUGBCictsxd5ULFwJ4898hWwf7wxFM3Z2yITGrxRbPc,9769
435
- solara-1.30.0.dist-info/WHEEL,sha256=q6Ejfpj4HRnt7o1XWgEOo5g7W0PKmxxzhdMpcVNBe68,105
436
- solara-1.30.0.dist-info/entry_points.txt,sha256=-JYP6g1cQ6QkUEdlCg1YlOleugHwkAtxymml7NBPRCs,95
437
- solara-1.30.0.dist-info/licenses/LICENSE,sha256=fFJUz-CWzZ9nEc4QZKu44jMEoDr5fEW-SiqljKpD82E,1086
438
- solara-1.30.0.dist-info/RECORD,,
431
+ solara-1.30.1.data/data/etc/jupyter/jupyter_notebook_config.d/solara.json,sha256=3UhTBQi6z7F7pPjmqXxfddv79c8VGR9H7zStDLp6AwY,115
432
+ solara-1.30.1.data/data/etc/jupyter/jupyter_server_config.d/solara.json,sha256=D9J-rYxAzyD5GOqWvuPjacGUVFHsYtTfZ4FUbRzRvIA,113
433
+ solara-1.30.1.dist-info/METADATA,sha256=Tmg736p6ziIKGcXipi1oD2LGTigd7dvnj2QqNLdT1gQ,9769
434
+ solara-1.30.1.dist-info/WHEEL,sha256=q6Ejfpj4HRnt7o1XWgEOo5g7W0PKmxxzhdMpcVNBe68,105
435
+ solara-1.30.1.dist-info/entry_points.txt,sha256=-JYP6g1cQ6QkUEdlCg1YlOleugHwkAtxymml7NBPRCs,95
436
+ solara-1.30.1.dist-info/licenses/LICENSE,sha256=fFJUz-CWzZ9nEc4QZKu44jMEoDr5fEW-SiqljKpD82E,1086
437
+ solara-1.30.1.dist-info/RECORD,,
@@ -1,3 +0,0 @@
1
- # What is Solara lab?
2
-
3
- Solara lab is a subpackage in solara containing Components, hooks and parts of Solara that are slightly experimental.