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
We are having the same issue with the OSError: [WinError 6] The handle is invalid over in nb_client. It turns out the patch looks quite simple (python/cpython#15706), and it seems that applying it for python<3.7 works (see jupyter/nbclient#77).
Maybe we could also have it in juyter_server and regain compatibility with python3.5 and 3.6 on windows?
The text was updated successfully, but these errors were encountered:
We are having the same issue with the
OSError: [WinError 6] The handle is invalid
over in nb_client. It turns out the patch looks quite simple (python/cpython#15706), and it seems that applying it for python<3.7 works (see jupyter/nbclient#77).Maybe we could also have it in juyter_server and regain compatibility with python3.5 and 3.6 on windows?
The text was updated successfully, but these errors were encountered: