github microsoft/msticpy v1.4.5
Lazy loading of Config Editor tabs

latest releases: v2.12.0, v2.11.0, v2.10.0...
2 years ago

Minor release to address some performance problems with the config editor on Azure ML notebooks platform.
The control uses lots of ipywidgets and the AML notebook front-end has some perf issues with lots of widgets.
The improvement is to not load all controls/widgets for the settings editor - only load each tab as it is selected.

The release also includes a minor change to the entities classes - to allow them to be JSON serializable by adding a
JSON Encoder class to entities.Entity.

json.dumps(my_entity_list, cls=entities.Entity.JSONEncoder)

Don't miss a new msticpy release

NewReleases is sending notifications on new releases.