Skip to content

Remove jupyterlab from requirements#18

Merged
MahmoodEtedadi merged 1 commit intoepic-open-source:mainfrom
diehlbw:rm_jlab_req
Dec 30, 2025
Merged

Remove jupyterlab from requirements#18
MahmoodEtedadi merged 1 commit intoepic-open-source:mainfrom
diehlbw:rm_jlab_req

Conversation

@diehlbw
Copy link
Contributor

@diehlbw diehlbw commented Dec 29, 2025

Overview

Closes #17 -- remove jupyterlab as it is not an explicit code requirement and pulls in nbconvert (currently with an open a CVE)

Description of changes

Remove the explicit dependency of jupyter lab. It's mostly avoidance since the example notebooks do expect jupyter to run... but allows users freedom to satisfy it (NOT a code requirement) in their environments and avoid the vulnerability.

Author Checklist

  • Linting passes; run early with pre-commit hook.
  • Tests added for new code and issue being fixed.
  • Added type annotations and full numpy-style docstrings for new methods.
  • Draft your news fragment in new changelog/ISSUE.TYPE.rst files; see changelog/README.md.

@diehlbw diehlbw requested a review from a team as a code owner December 29, 2025 12:50
@diehlbw diehlbw changed the title #17: remove example package from requirements Remove jupyterlab from requirements Dec 29, 2025
@diehlbw diehlbw requested review from MahmoodEtedadi and firste and removed request for a team and firste December 29, 2025 12:57
@MahmoodEtedadi MahmoodEtedadi merged commit be2bf79 into epic-open-source:main Dec 30, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

Remove jupyterlab dependency

2 participants