You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal: provide a UI to the user reconfigure on the fly the layout of the explorer: collapsing items, moving items around, ...
Approach: presumably use JupyterLab's docking mechanism; it would be too costly to implement our own.
Steps:
Make each piece of the explorer (viewer, property list, method list, method help&run tab) into an independent widget
Rebuild "explore" on top of those widgets
Study JupyterLab's docking mechanism
Make each piece compatible with the docking mechanism
What about persistence?
The text was updated successfully, but these errors were encountered:
Goal: provide a UI to the user reconfigure on the fly the layout of the explorer: collapsing items, moving items around, ...
Approach: presumably use JupyterLab's docking mechanism; it would be too costly to implement our own.
Steps:
The text was updated successfully, but these errors were encountered: