jataware / beaker-kernel

Contextually-aware notebooks with built-in AI assistant
https://jataware.github.io/beaker-kernel/
MIT License
2 stars 2 forks source link

QoL: Modules in Namespace tool #18

Open fivegrant opened 8 months ago

fivegrant commented 8 months ago

Oftentimes, contexts import a bunch of modules on startup. It would be nice to have a tool that exists for all contexts that returns everything currently in the namespace. This tool could also be utilized by the new Beaker UI to have some widget on the top dynamically update the current state of the namespace.

I kind of think this issue belongs here instead of the ASKEM Beaker contexts but feel free to move it.