-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: separate solara into a meta package and subpackages #585
refactor: separate solara into a meta package and subpackages #585
Conversation
Your Render PR Server URL is https://solara-stable-pr-585.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-co80pgi0si5c73d5eul0. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @maartenbreddels and the rest of your teammates on Graphite |
c2951b9
to
8816e36
Compare
2b8f2cb
to
21647c5
Compare
f8b1350
to
cebd58d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great improvements! Mostly I just had some questions that we could discuss / clarify in comments.
.github/workflows/test.yaml
Outdated
@@ -542,7 +588,7 @@ jobs: | |||
run: | | |||
cd packages/solara-enterprise | |||
openssl sha256 dist/* | |||
hatch publish | |||
# hatch publish |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment should also be removed here
# hatch publish | |
hatch publish |
f719411
to
9c7ae9c
Compare
This allows us to install solara-ui without solara-server and not having to install all dependencies of solara-server. This is useful when you need solara in the Jupyter environment and want less dependencies installed.
9c7ae9c
to
d3c8a52
Compare
This allows us to install solara-ui without solara-server and not having to install all dependencies of solara-server. This is useful when you need solara in the Jupyter environment and want less dependencies installed.
This allows us to install solara-ui without solara-server and not having to install all dependencies of solara-server. This is useful when you need solara in the Jupyter environment and want less dependencies installed.
This allows us to install solara-ui without solara-server and not having to install all dependencies of solara-server. This is useful when you need solara in the Jupyter environment and want less dependencies installed.
Install solara-ui without solara-server to reduce dependencies, which is useful for notebook or voila-only usage.
Notebook users can do:
While we still have
pip install solara
for backward compatibility and first time users, which is equivalent to:For production use, we imagine the following would be used: