Integrating two tables into one and adding views to the table
Adding views to the table
Remove name filter input on reset
Introduce select functionality
Reflect selections dynamically in the plot
Putting markers on actual value of min max / plot boundary instead of putting them on the threshold line
Scientific notation formatting for activation values in the table
Fix sorting bug in table (due to scientific notation formatting adoption no need to convert to string)
Change name self.p to self.plot
Remove repetitive code between min and max, club min and max hovertools
Defined magic constants as class level constants
Created function for extracting stats from module
Initialize self.plot as figure(...) instead of None
Integrating two tables into one and adding views to the table Adding views to the table Remove name filter input on reset Introduce select functionality Reflect selections dynamically in the plot Putting markers on actual value of min max / plot boundary instead of putting them on the threshold line Scientific notation formatting for activation values in the table Fix sorting bug in table (due to scientific notation formatting adoption no need to convert to string) Change name self.p to self.plot Remove repetitive code between min and max, club min and max hovertools Defined magic constants as class level constants Created function for extracting stats from module Initialize self.plot as figure(...) instead of None