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 working on NukeLab, I have encountered an issue with the paramak library's dependency on jupyter-client. It appears that paramak is currently using an outdated version of jupyter-client, which is causing compatibility issues with the latest JupyterLab (version 4).
Problem Description
paramak (version 0.8.7) relies on jupyter-client<7.
JupyterLab 4, on the other hand, requires jupyter_server>=2.4.0, which in turn depends on jupyter_client>=7.4.4.
Proposed Solution
To resolve this compatibility issue, it is recommended to update the paramak library to use a version of jupyter-client that is compatible with JupyterLab 4 and its dependencies.
Steps to Reproduce
Install paramak version 0.8.7 using pip.
Attempt to use it in a JupyterLab 4 environment.
Expected Outcome
paramak should work seamlessly with JupyterLab 4 without any compatibility issues.
Additional Information
If you need any additional information or assistance in addressing this issue, please feel free to ask.
Thank you for your attention to this matter.
Thank you!
The text was updated successfully, but these errors were encountered:
Issue Description
Issue with
paramak
Dependency onjupyter-client
While working on NukeLab, I have encountered an issue with the
paramak
library's dependency onjupyter-client
. It appears thatparamak
is currently using an outdated version ofjupyter-client
, which is causing compatibility issues with the latest JupyterLab (version 4).Problem Description
paramak
(version 0.8.7) relies onjupyter-client<7
.jupyter_server>=2.4.0
, which in turn depends onjupyter_client>=7.4.4
.Proposed Solution
To resolve this compatibility issue, it is recommended to update the
paramak
library to use a version ofjupyter-client
that is compatible with JupyterLab 4 and its dependencies.Steps to Reproduce
paramak
version 0.8.7 using pip.Expected Outcome
paramak
should work seamlessly with JupyterLab 4 without any compatibility issues.Additional Information
If you need any additional information or assistance in addressing this issue, please feel free to ask.
Thank you for your attention to this matter.
Thank you!
The text was updated successfully, but these errors were encountered: