fusion-energy / paramak

Create parametric 3D fusion reactor CAD and neutronics models
https://paramak.readthedocs.io/en/main/
MIT License
58 stars 17 forks source link

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

Open ahnaf-tahmid-chowdhury opened 7 months ago

ahnaf-tahmid-chowdhury commented 7 months ago

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

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!