Matt Kafonek
Matt Kafonek
@jeffyjefflabs this is similar to https://github.com/nbgallery/nbgallery/issues/52 but I wanted to open a ticket specifically for our Active Directory/LDAP and consider NBGallery environ variables that could support AD/LDAP similar to JupyterHub...
- fix https://github.com/kafonek/ipython_blocking/issues/15, use the new `run_sync` decorator instead of old `nbclient.utils.just_run` - Move code into `src/` and use poetry to manage deps instead of setup.py New (?) or unresolved...
I want something I can add to all Actions to validate the attached handlers. Some of this functionality would overlap with potentially adding `.default_handlers`, I'm not sure where the boundaries...
`y_py.pyi` defines `Event` https://github.com/y-crdt/ypy/blob/d3387a5b4717a50992d85119bc063ba23e541261/y_py.pyi#L21 so it shows up when tab completing in Jupyter or an editor. However trying to use it will raise `AttributeError: module 'y_py' has no attribute 'Event'`