Skip to content

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

@ahnaf-tahmid-chowdhury

Description

@ahnaf-tahmid-chowdhury

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions