-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Improves the PanelFrontend docs #14493
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
Merged
Merged
Changes from all commits
Commits
Show all changes
139 commits
Select commit
Hold shift + click to select a range
2d30511
wip app pull state
50f1e2a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3a22d2f
basic principle
d65cb88
Merge branch 'feature/panel-frontend-intermediate' of https://github.…
2bf02c5
Merge branch 'master' of https://github.com/Lightning-AI/lightning in…
cd133c6
general principle working
b4dc86d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8e50ca1
refactor
MarcSkovMadsen 77bc568
Merge branch 'master' of https://github.com/Lightning-AI/lightning in…
6ab3644
Merge branch 'feature/panel-frontend-intermediate' of https://github.…
MarcSkovMadsen cbff6ec
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 78a152e
add panel as a requirement
MarcSkovMadsen 017be8e
Merge branch 'feature/panel-frontend-intermediate' of https://github.…
8974b1d
fix flake errors
MarcSkovMadsen e4e8593
work around that I cannot run lightning app when developing
MarcSkovMadsen 8e5b62c
fix singleton issues
MarcSkovMadsen 9ca5085
fix test issues
MarcSkovMadsen 9295e09
refactor and add support for serving files
7cbf446
refactor and improve
2d11c23
add more support for autoreload
7f94c4a
Make autoreload work great for panel .py and .ipynb files
7f38248
panel serve render_fn too
1722e4f
dont use log files when running locally
0158f36
refactor github model runner
75e482a
fix issue
2ae8e87
add basic docs
4fd2cf1
fix errors
2190b63
add panel intro
ed3fbeb
add more gifs
fc5e2c5
fix link
7b28e9d
git push
30110e4
simplify
7329a49
add more docs
b75bdad
change app_basic to app
8576e12
add panel to documentation
a2700bc
update docs
2fad50d
change counter to count
c424f21
add github runner visuals
f2f0910
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b4cc495
clean up PR
4afc7c5
change video links
dd19fc2
update links
9420a0c
fix link
9c210ee
minor improvements
1d0427d
fix small issues
21c5e1a
fix minor spelling errors
e907620
update
tchaton 825d34d
update
tchaton b93824c
update
tchaton f88027e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1ce3869
Merge branch 'master' into pr-13531
tchaton 72b27e6
update
tchaton b6a1e75
Merge branch 'pr-13531' of https://github.com/Lightning-AI/lightning …
tchaton 1ed7a0b
Merge branch 'master' into feature/panel-frontend-intermediate
tchaton 6c39414
remove bad merge
tchaton 218b385
Merge branch 'feature/panel-frontend-intermediate' of https://github.…
tchaton d9cd9b9
Merge branch 'master' into feature/panel-frontend-intermediate
tchaton dd1a28d
update
tchaton da701e4
Merge branch 'feature/panel-frontend-intermediate' of https://github.…
tchaton 67f2e10
Update src/lightning_app/frontend/utilities/app_state_watcher.py
MarcSkovMadsen 1b05d11
simplify server_entry_point to entry_point
MarcSkovMadsen 9022b19
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 94cc189
remove duplicate code
MarcSkovMadsen 0cab517
Merge branch 'feature/panel-frontend-intermediate' of https://github.…
MarcSkovMadsen 2898095
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 41ee139
move has_panel_auto_reload
MarcSkovMadsen ba49306
Merge branch 'feature/panel-frontend-intermediate' of https://github.…
MarcSkovMadsen 866ac06
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7334a16
fix imports
MarcSkovMadsen 554fe41
Merge branch 'feature/panel-frontend-intermediate' of https://github.…
MarcSkovMadsen f77edf1
Update src/lightning_app/CHANGELOG.md
Felonious-Spellfire c622562
Update src/lightning_app/frontend/panel/__init__.py
Felonious-Spellfire ec43faf
Update src/lightning_app/frontend/panel/panel_frontend.py
Felonious-Spellfire cc91fde
Update src/lightning_app/frontend/utilities/app_state_comm.py
Felonious-Spellfire 479f9d4
Update tests/tests_app/frontend/utilities/test_utils.py
Felonious-Spellfire c2a1ff5
Update tests/tests_app/frontend/utilities/test_utils.py
Felonious-Spellfire 4685e01
Update tests/tests_app/frontend/utilities/test_app_state_watcher.py
Felonious-Spellfire f4e6f0b
Update tests/tests_app/frontend/utilities/test_app_state_watcher.py
Felonious-Spellfire 5253343
Update tests/tests_app/frontend/panel/test_panel_serve_render_fn.py
Felonious-Spellfire ebe849b
Update tests/tests_app/frontend/utilities/test_app_state_comm.py
Felonious-Spellfire 02d66a4
Update tests/tests_app/frontend/utilities/test_app_state_comm.py
Felonious-Spellfire fc790b3
Update tests/tests_app/frontend/panel/test_panel_frontend.py
Felonious-Spellfire 14f3e1a
Update src/lightning_app/frontend/utilities/app_state_watcher.py
Felonious-Spellfire bc0cab8
Update src/lightning_app/frontend/utilities/app_state_watcher.py
Felonious-Spellfire f2331ba
Update src/lightning_app/frontend/utilities/app_state_comm.py
Felonious-Spellfire 303d7cd
Update src/lightning_app/frontend/utilities/app_state_watcher.py
Felonious-Spellfire e83f328
Update src/lightning_app/frontend/utilities/app_state_watcher.py
Felonious-Spellfire 2ead2a1
Update src/lightning_app/frontend/utilities/utils.py
Felonious-Spellfire 3c13fb3
Update src/lightning_app/frontend/utilities/utils.py
Felonious-Spellfire d8a4230
Update src/lightning_app/utilities/state.py
Felonious-Spellfire 1b97964
Update tests/tests_app/frontend/utilities/test_app_state_comm.py
Felonious-Spellfire aeeca10
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9e33ad8
Update src/lightning_app/frontend/panel/panel_serve_render_fn.py
Felonious-Spellfire c918d8a
Update src/lightning_app/frontend/utilities/app_state_comm.py
Felonious-Spellfire 2cad363
remove unused imports
MarcSkovMadsen 8541d76
Merge branch 'feature/panel-frontend-intermediate' of https://github.…
MarcSkovMadsen 8718028
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 35463ec
revert code-owner change
awaelchli ed29d8f
move images to s3
awaelchli 5e12765
move is_running_locally utility function
awaelchli 0df0fb5
move get_allowed_hosts
awaelchli 3e0a606
organize utilities
awaelchli 246eb74
organize tests
awaelchli 865fb25
formatting
awaelchli 826f406
Merge branch 'master' into feature/panel-frontend-intermediate
awaelchli d25287d
Review of content
Felonious-Spellfire c6a25f0
Merge branch 'master' into feature/panel-frontend-intermediate
awaelchli ccaf613
reset cli changes
awaelchli 452756b
Merge branch 'master' into feature/panel-frontend-intermediate
Borda f4dc620
Merge branch 'master' into feature/panel-frontend-intermediate
manskx 8476137
Merge branch 'master' into feature/panel-frontend-intermediate
Borda 29822b2
docs
Borda cf27a29
update docstring
MarcSkovMadsen 100d231
Merge branch 'master' of https://github.com/Lightning-AI/lightning in…
MarcSkovMadsen 1501835
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 2a6e9c1
revert merge issues
MarcSkovMadsen b00a059
Merge branch 'fix/docs' of https://github.com/MarcSkovMadsen/lightnin…
MarcSkovMadsen 346c00a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6d81e18
fix merge issues
MarcSkovMadsen 0ec1d90
Merge branch 'fix/docs' of https://github.com/MarcSkovMadsen/lightnin…
MarcSkovMadsen 4fd7733
remove spacing
MarcSkovMadsen d7866c3
small docs improvements
MarcSkovMadsen 82b49c9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4ab2546
Merge branch 'master' into fix/docs
tchaton 392f41f
Apply suggestions from code review
Borda d11df1a
Apply suggestions from code review
Borda bcc1beb
Union
Borda e855904
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 183d4c8
Merge branch 'master' into fix/docs
tchaton 4c0d12a
Merge branch 'master' into fix/docs
awaelchli eea8594
precommit fixes
awaelchli 51ec603
Merge branch 'master' into fix/docs
awaelchli 560fdf3
Merge branch 'master' into fix/docs
Borda c905f5e
Merge branch 'master' into fix/docs
awaelchli d281d35
Merge branch 'master' into fix/docs
Borda 92c3774
Merge branch 'master' into fix/docs
Borda efa26a0
Merge branch 'master' into fix/docs
Borda fbf52c6
Merge branch 'master' into fix/docs
justusschock a680d15
Merge branch 'master' into fix/docs
carmocca File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.