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.
- solara/__init__.py +1 -1
- solara/autorouting.py +58 -67
- solara/components/component_vue.py +8 -7
- solara/components/image.py +1 -1
- solara/scope/__init__.py +3 -2
- solara/server/kernel_context.py +3 -0
- solara/server/static/solara_bootstrap.py +1 -1
- solara/website/components/markdown.py +30 -0
- solara/website/pages/__init__.py +18 -7
- solara/website/pages/changelog/changelog.md +15 -0
- solara/website/pages/documentation/advanced/__init__.py +2 -29
- solara/website/pages/documentation/advanced/content/10-howto/00-overview.md +5 -0
- solara/website/pages/documentation/advanced/content/10-howto/10-multipage.md +5 -0
- solara/website/pages/documentation/advanced/content/10-howto/20-layout.md +6 -1
- solara/website/pages/documentation/advanced/content/10-howto/30-testing.md +5 -0
- solara/website/pages/documentation/advanced/content/10-howto/31-debugging.md +4 -1
- solara/website/pages/documentation/advanced/content/10-howto/40-embed.md +6 -0
- solara/website/pages/documentation/advanced/content/10-howto/50-ipywidget_libraries.md +4 -0
- solara/website/pages/documentation/advanced/content/20-understanding/00-introduction.md +6 -0
- solara/website/pages/documentation/advanced/content/20-understanding/05-ipywidgets.md +5 -0
- solara/website/pages/documentation/advanced/content/20-understanding/06-ipyvuetify.md +4 -0
- solara/website/pages/documentation/advanced/content/20-understanding/10-reacton.md +4 -0
- solara/website/pages/documentation/advanced/content/20-understanding/12-reacton-basics.md +4 -0
- solara/website/pages/documentation/advanced/content/20-understanding/15-anatomy.md +4 -0
- solara/website/pages/documentation/advanced/content/20-understanding/17-rules-of-hooks.md +4 -0
- solara/website/pages/documentation/advanced/content/20-understanding/18-containers.md +6 -0
- solara/website/pages/documentation/advanced/content/20-understanding/20-solara.md +5 -0
- solara/website/pages/documentation/advanced/content/20-understanding/40-routing.md +4 -0
- solara/website/pages/documentation/advanced/content/20-understanding/50-solara-server.md +5 -0
- solara/website/pages/documentation/advanced/content/20-understanding/60-voila.md +5 -0
- solara/website/pages/documentation/advanced/content/30-enterprise/10-oauth.md +4 -0
- solara/website/pages/documentation/advanced/content/40-development/01-contribute.md +4 -0
- solara/website/pages/documentation/advanced/content/40-development/10-setup.md +4 -0
- solara/website/pages/documentation/examples/general/custom_storage.py +1 -1
- solara/website/pages/documentation/faq/__init__.py +2 -1
- solara/website/pages/documentation/faq/content/99-faq.md +4 -1
- solara/website/pages/documentation/getting_started/__init__.py +2 -8
- solara/website/pages/documentation/getting_started/content/00-quickstart.md +5 -0
- solara/website/pages/documentation/getting_started/content/01-introduction.md +4 -0
- solara/website/pages/documentation/getting_started/content/02-installing.md +4 -0
- solara/website/pages/documentation/getting_started/content/04-tutorials/00-overview.md +5 -0
- solara/website/pages/documentation/getting_started/content/04-tutorials/20-web-app.md +5 -0
- solara/website/pages/documentation/getting_started/content/04-tutorials/30-ipywidgets.md +4 -0
- solara/website/pages/documentation/getting_started/content/04-tutorials/40-streamlit.md +6 -1
- solara/website/pages/documentation/getting_started/content/04-tutorials/50-dash.md +4 -0
- solara/website/pages/documentation/getting_started/content/05-fundamentals/00-overview.md +4 -0
- solara/website/pages/documentation/getting_started/content/05-fundamentals/10-components.md +5 -0
- solara/website/pages/documentation/getting_started/content/05-fundamentals/50-state-management.md +5 -0
- solara/website/pages/documentation/getting_started/content/06-reference/40-static_files.md +4 -0
- solara/website/pages/documentation/getting_started/content/06-reference/41-asset-files.md +4 -0
- solara/website/pages/documentation/getting_started/content/06-reference/60-static-site-generation.md +4 -0
- solara/website/pages/documentation/getting_started/content/06-reference/70-search.md +4 -0
- solara/website/pages/documentation/getting_started/content/06-reference/80-reloading.md +4 -0
- solara/website/pages/documentation/getting_started/content/06-reference/90-notebook-support.md +4 -1
- solara/website/pages/documentation/getting_started/content/06-reference/95-caching.md +5 -0
- solara/website/pages/documentation/getting_started/content/07-deploying/00-overview.md +4 -0
- solara/website/pages/documentation/getting_started/content/07-deploying/10-self-hosted.md +4 -0
- solara/website/pages/documentation/getting_started/content/07-deploying/20-cloud-hosted.md +4 -0
- solara/website/pages/documentation/getting_started/content/80-what-is-lab.md +7 -0
- solara/website/pages/documentation/getting_started/content/90-troubleshoot.md +4 -0
- {solara-1.30.0.dist-info → solara-1.30.1.dist-info}/METADATA +2 -2
- {solara-1.30.0.dist-info → solara-1.30.1.dist-info}/RECORD +67 -68
- solara/website/pages/documentation/advanced/content/__init__.py +0 -0
- solara/website/pages/documentation/getting_started/content/08-lab/00-what-is-lab.md +0 -3
- solara/website/pages/documentation/getting_started/content/__init__.py +0 -0
- {solara-1.30.0.data → solara-1.30.1.data}/data/etc/jupyter/jupyter_notebook_config.d/solara.json +0 -0
- {solara-1.30.0.data → solara-1.30.1.data}/data/etc/jupyter/jupyter_server_config.d/solara.json +0 -0
- {solara-1.30.0.dist-info → solara-1.30.1.dist-info}/WHEEL +0 -0
- {solara-1.30.0.dist-info → solara-1.30.1.dist-info}/entry_points.txt +0 -0
- {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: 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](/
|
|
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
|
-
|
|
12
|
+
MarkdownWithMetadata(Path(HERE.parent / "content" / "99-faq.md").read_text())
|
|
@@ -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 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](/
|
|
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
|
solara/website/pages/documentation/getting_started/content/05-fundamentals/50-state-management.md
CHANGED
|
@@ -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:
|
solara/website/pages/documentation/getting_started/content/06-reference/60-static-site-generation.md
CHANGED
|
@@ -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
|
solara/website/pages/documentation/getting_started/content/06-reference/90-notebook-support.md
CHANGED
|
@@ -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).
|
|
@@ -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,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: solara
|
|
3
|
-
Version: 1.30.
|
|
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.
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
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
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
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/
|
|
208
|
-
solara/website/pages/documentation/advanced/content/10-howto/
|
|
209
|
-
solara/website/pages/documentation/advanced/content/10-howto/
|
|
210
|
-
solara/website/pages/documentation/advanced/content/10-howto/
|
|
211
|
-
solara/website/pages/documentation/advanced/content/10-howto/
|
|
212
|
-
solara/website/pages/documentation/advanced/content/10-howto/
|
|
213
|
-
solara/website/pages/documentation/advanced/content/10-howto/
|
|
214
|
-
solara/website/pages/documentation/advanced/content/
|
|
215
|
-
solara/website/pages/documentation/advanced/content/20-understanding/
|
|
216
|
-
solara/website/pages/documentation/advanced/content/20-understanding/
|
|
217
|
-
solara/website/pages/documentation/advanced/content/20-understanding/
|
|
218
|
-
solara/website/pages/documentation/advanced/content/20-understanding/
|
|
219
|
-
solara/website/pages/documentation/advanced/content/20-understanding/
|
|
220
|
-
solara/website/pages/documentation/advanced/content/20-understanding/
|
|
221
|
-
solara/website/pages/documentation/advanced/content/20-understanding/
|
|
222
|
-
solara/website/pages/documentation/advanced/content/20-understanding/
|
|
223
|
-
solara/website/pages/documentation/advanced/content/20-understanding/
|
|
224
|
-
solara/website/pages/documentation/advanced/content/20-understanding/
|
|
225
|
-
solara/website/pages/documentation/advanced/content/20-understanding/
|
|
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=
|
|
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=
|
|
231
|
-
solara/website/pages/documentation/advanced/content/40-development/10-setup.md,sha256
|
|
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=
|
|
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=
|
|
378
|
-
solara/website/pages/documentation/faq/content/99-faq.md,sha256=
|
|
379
|
-
solara/website/pages/documentation/getting_started/__init__.py,sha256=
|
|
380
|
-
solara/website/pages/documentation/getting_started/content/00-quickstart.md,sha256=
|
|
381
|
-
solara/website/pages/documentation/getting_started/content/01-introduction.md,sha256=
|
|
382
|
-
solara/website/pages/documentation/getting_started/content/02-installing.md,sha256=
|
|
383
|
-
solara/website/pages/documentation/getting_started/content/
|
|
384
|
-
solara/website/pages/documentation/getting_started/content/
|
|
385
|
-
solara/website/pages/documentation/getting_started/content/04-tutorials/00-overview.md,sha256=
|
|
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=
|
|
388
|
-
solara/website/pages/documentation/getting_started/content/04-tutorials/30-ipywidgets.md,sha256=
|
|
389
|
-
solara/website/pages/documentation/getting_started/content/04-tutorials/40-streamlit.md,sha256=
|
|
390
|
-
solara/website/pages/documentation/getting_started/content/04-tutorials/50-dash.md,sha256=
|
|
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=
|
|
396
|
-
solara/website/pages/documentation/getting_started/content/05-fundamentals/10-components.md,sha256=
|
|
397
|
-
solara/website/pages/documentation/getting_started/content/05-fundamentals/50-state-management.md,sha256=
|
|
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=
|
|
400
|
-
solara/website/pages/documentation/getting_started/content/06-reference/41-asset-files.md,sha256=
|
|
401
|
-
solara/website/pages/documentation/getting_started/content/06-reference/60-static-site-generation.md,sha256=
|
|
402
|
-
solara/website/pages/documentation/getting_started/content/06-reference/70-search.md,sha256=
|
|
403
|
-
solara/website/pages/documentation/getting_started/content/06-reference/80-reloading.md,sha256=
|
|
404
|
-
solara/website/pages/documentation/getting_started/content/06-reference/90-notebook-support.md,sha256=
|
|
405
|
-
solara/website/pages/documentation/getting_started/content/06-reference/95-caching.md,sha256=
|
|
406
|
-
solara/website/pages/documentation/getting_started/content/07-deploying/00-overview.md,sha256=
|
|
407
|
-
solara/website/pages/documentation/getting_started/content/07-deploying/10-self-hosted.md,sha256=
|
|
408
|
-
solara/website/pages/documentation/getting_started/content/07-deploying/20-cloud-hosted.md,sha256=
|
|
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.
|
|
433
|
-
solara-1.30.
|
|
434
|
-
solara-1.30.
|
|
435
|
-
solara-1.30.
|
|
436
|
-
solara-1.30.
|
|
437
|
-
solara-1.30.
|
|
438
|
-
solara-1.30.
|
|
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,,
|
|
File without changes
|