Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
replace voila with solara for CLI/standalone app #2909
replace voila with solara for CLI/standalone app #2909
Changes from 18 commits
c4b2beb
5930cf6
d1b2de0
1b0ce77
73a7b9d
b29b872
5b160f6
784f81f
fa13344
fc3c051
82ddb49
9042937
edf628c
8b327db
81c6ace
5d879a9
0f0b116
c1b44f1
a8443cc
556d75f
472719a
55efd71
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Don't you need to add a line for solara install here?
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.
we can either add it (making sure its available on conda-forge first) or wait for any sign that there are problems installing from pip that are resolved by installing through conda? 🤷♂️
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.
I don't think we need to add it here yet (if it's even installable via conda).
Check warning on line 55 in jdaviz/cli.py
Codecov / codecov/patch
jdaviz/cli.py#L54-L55
Check warning on line 59 in jdaviz/cli.py
Codecov / codecov/patch
jdaviz/cli.py#L59
Check warning on line 70 in jdaviz/cli.py
Codecov / codecov/patch
jdaviz/cli.py#L61-L70
Check warning on line 72 in jdaviz/cli.py
Codecov / codecov/patch
jdaviz/cli.py#L72
Check warning on line 75 in jdaviz/cli.py
Codecov / codecov/patch
jdaviz/cli.py#L74-L75
Check warning on line 103 in jdaviz/cli.py
Codecov / codecov/patch
jdaviz/cli.py#L103
Check warning on line 203 in jdaviz/core/launcher.py
Codecov / codecov/patch
jdaviz/core/launcher.py#L203
Check warning on line 214 in jdaviz/core/launcher.py
Codecov / codecov/patch
jdaviz/core/launcher.py#L213-L214
Check warning on line 233 in jdaviz/core/launcher.py
Codecov / codecov/patch
jdaviz/core/launcher.py#L232-L233
This file was deleted.