giskard icon indicating copy to clipboard operation
giskard copied to clipboard

[GSK-3384] Create a python api to resync jupyter kernel environment

Open Inokinoki opened this issue 2 months ago • 3 comments

Description

Allow to sync deps from the local env to a remote managed kernel.

Drop deprecated pkg_resources.working_set to get the dependency set in WebSocket getInfo action.

Related Issue

Type of Change

  • [ ] 📚 Examples / docs / tutorials / dependencies update
  • [ ] 🔧 Bug fix (non-breaking change which fixes an issue)
  • [x] 🥂 Improvement (non-breaking change which improves an existing feature)
  • [ ] 🚀 New feature (non-breaking change which adds functionality)
  • [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] 🔐 Security fix

Checklist

  • [ ] I've read the CODE_OF_CONDUCT.md document.
  • [ ] I've read the CONTRIBUTING.md guide.
  • [ ] I've written tests for all new methods and classes that I created.
  • [ ] I've written the docstring in Google format for all the methods and classes that I used.
  • [ ] I've updated the pdm.lock running pdm update-lock (only applicable when pyproject.toml has been modified)

Inokinoki avatar Apr 26 '24 14:04 Inokinoki

TODO: Check how to handle the deps without the jupiter notebook

Inokinoki avatar Apr 26 '24 14:04 Inokinoki

Quality Gate Failed Quality Gate failed

Failed conditions
38.1% Coverage on New Code (required ≥ 70%)

See analysis details on SonarCloud

sonarcloud[bot] avatar May 16 '24 04:05 sonarcloud[bot]