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
While troubleshooting #376, it was found that JKG is not compatible with jupyter_client >= 8 due to changes it's made to KernelClient. We should also have it depend on classes from jupyter_server rather than notebook and move to AsyncMappingKernelManager and async methods in general. In addition, it should be defining a log_format that includes timestamps to assist with troubleshooting, etc.
The text was updated successfully, but these errors were encountered:
While troubleshooting #376, it was found that JKG is not compatible with
jupyter_client >= 8
due to changes it's made toKernelClient
. We should also have it depend on classes fromjupyter_server
rather thannotebook
and move toAsyncMappingKernelManager
and async methods in general. In addition, it should be defining alog_format
that includes timestamps to assist with troubleshooting, etc.The text was updated successfully, but these errors were encountered: