Skip to content
Success

Changes

Summary

  1. Update dash app README with alternative run command (details)
  2. Local python venv for dash app (#1329) (details)
Commit 085d80ee0d2911eaf1df8845d1ab9f54a1e1bf6a by noreply
Update dash app README with alternative run command
The file was modifieddash_app/README.md (diff)
Commit 488f449568c63db426704905c4900f5fad8bc25e by noreply
Local python venv for dash app (#1329)

* Little UI improvements to compile tab, and adding a dashboard launch script that installs the python dependencies for you in a local python venv

* Little dash fixes to compile tab

* Fixing little path bug in the old tuner script and the thread test script

* Update dash app README with alternative run command

* Little UI improvements to compile tab, and adding a dashboard launch script that installs the python dependencies for you in a local python venv

* Little compile tab stlying and adding UI element to warn user of violated coding standards. Also improving README

* Making the standards check error log viewable from the dash app

* Little fix for mac

* Plot updates, mainly default settings but a little slider UI

* One more little default setting update

---------

Co-authored-by: Vincent Larson <vlarson@users.noreply.github.com>
The file was modifieddash_app/requirements.txt (diff)
The file was modifieddash_app/app.py (diff)
The file was modifieddash_app/plot_tab/plot_types/shared.py (diff)
The file was modifieddash_app/plot_tab/state.py (diff)
The file was modifieddash_app/assets/12_tab_plots_theme.css (diff)
The file was modifieddash_app/compile_tab/callbacks.py (diff)
The file was modifieddash_app/plot_tab/plot_types/profile_plot.py (diff)
The file was modifiedcompile.py (diff)
The file was modifieddash_app/compile_tab/layout.py (diff)
The file was modifieddash_app/plot_tab/callbacks_case.py (diff)
The file was modified.gitignore (diff)
The file was modifieddash_app/README.md (diff)
The file was addedlaunch_dashboard.sh
The file was modifieddash_app/compile_tab/test_compile_tab_build_status.py (diff)
The file was modifiedREADME (diff)
The file was modifieddash_app/compile_tab/discovery.py (diff)
The file was modifieddash_app/plot_tab/layout.py (diff)
The file was modifieddash_app/plot_tab/plot_types/subcolumn_plot.py (diff)
The file was modifieddash_app/plot_tab/plot_types/budget_plot.py (diff)
The file was modifieddash_app/plot_tab/callbacks_controls.py (diff)
The file was modifieddash_app/compile_tab/runtime.py (diff)
The file was addeddash_app/assets/35_plot_slider_tooltips.js
The file was modifieddash_app/assets/14_tab_compile_theme.css (diff)
The file was modifieddash_app/plot_tab/plot_types/timeheight_plot.py (diff)