entropy-lab / entropy

BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

Enabling the dev tools in the dashboard regardless of whether debug=True #173

Closed urig closed 2 years ago

urig commented 2 years ago

This PR resolves issue https://github.com/entropy-lab/entropy/issues/157 by always enabling Dash's "dev tools" feature in the Entropy Results Dashboard server. As requested, even if the dashboard is run with debug=False the feature remains enabled.

github-actions[bot] commented 2 years ago

Unit Test Results

    1 files      1 suites   51s :stopwatch: 192 tests 188 :heavy_check_mark: 4 :zzz: 0 :x:

Results for commit 2a6a308d.

:recycle: This comment has been updated with latest results.

galwiner commented 2 years ago

This is good. Can users turn it off if they want?

urig commented 2 years ago

No. Would you like to add a CLI flag to turn it off? (⚠warning: feature bloat⚠)