Currently, `__all__`. This results in two (maybe more) issues: - `from pyjs.js import [tab]` does not tab-complete in jupyterlite - `from pyjs.js import *` does not expose the module content to the Python scope
Currently,
__all__. This results in two (maybe more) issues:from pyjs.js import [tab]does not tab-complete in jupyterlitefrom pyjs.js import *does not expose the module content to the Python scope