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
BUG: urllib3 and CellWatcher imports with JupyterLite
The urllib3 package is not available in the Pyodide distribution by
default -- just skip the import in standalone_server since we are not
using it in Pyodide anyway.
Do not use the CellWatcher with JupyterLite where we get a zmq import
error.
0 commit comments