-
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhanced visualize.py with NiceGUI (#406)
* Create visualize1.py * changes * fix actions + add dark mode + remove unused code * Update visualize1.py * Update visualize1.py * bump ^ nicegui == 1.2.24 * splitter * add plot * updated * add search button * isort * formatting * make plot dynamic * Update visualize1.py * make logo dynamic * comments * missed one * fixed plot bug * + max table children, deprecate old visualize * Update visualize.py * Update config.py * Update config.py * Update config.py * refactor: show -> view_file * Update visualize.py * Update visualize.py * downgrade fastapi * update config * linting * remove debug print * disabled on_select * Update visualize.py * fix visualization with tray * merge privacy api * Update visualize.py * pre-commit * Update poetry.lock
- Loading branch information
Showing
10 changed files
with
1,054 additions
and
559 deletions.
There are no files selected for viewing
This file contains 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
"""Deprecated modules. | ||
Module: __init__.py | ||
""" |
Oops, something went wrong.