Issue Description
Issue with paramak Dependency on jupyter-client
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!
Issue Description
Issue with
paramakDependency onjupyter-clientWhile working on NukeLab, I have encountered an issue with the
paramaklibrary's dependency onjupyter-client. It appears thatparamakis 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
paramaklibrary to use a version ofjupyter-clientthat is compatible with JupyterLab 4 and its dependencies.Steps to Reproduce
paramakversion 0.8.7 using pip.Expected Outcome
paramakshould 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!