Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility Issue Between Paramak and JupyterLab 4 Due to jupyter-client Version #322

Open
ahnaf-tahmid-chowdhury opened this issue Oct 13, 2023 · 0 comments

Comments

@ahnaf-tahmid-chowdhury
Copy link

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

  1. Install paramak version 0.8.7 using pip.
  2. 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant