epyk-ui
epyk-ui copied to clipboard
Notification will appear underneath given component
review and complete the module JsNavigator
Add the profiling on both side Python and Javascript. This should produce a report with the time used to generate and load the reports
[OptionSelect.py](https://github.com/epykure/epyk-ui/blob/master/epyk/core/html/options/OptSelect.py) ` def selected(self, value): if hasattr(self.component, "_vals"): for rec in self.component._vals: if rec.get("selected"): rec["selected"] = False if rec["value"] == value: rec["selected"] = True self.set(value)`
installing `epyk` and `epyk-studio` still do not allow [this example](https://github.com/epykure/epyk-templates/blob/master/tutos/demo_4.py) to run because of the line: from epyk.tests import data_urls