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
JupyterLite: Make jupyter-client optional, add IPython extension support
- Move jupyter-client from required dependencies to optional [cli] extra
(jupyter-client requires pyzmq which needs native sockets unavailable in WebAssembly)
- Add fallback kernel directory detection when jupyter-client is unavailable
- Implement IPython extension API (load_ipython_extension/unload_ipython_extension)
for loading DataLab namespace via %load_ext datalab_kernel in JupyterLite
- Update README and documentation with JupyterLite installation instructions
0 commit comments