Skip to content

Commit

Permalink
Fix CI by adding ipykernel to requirements (Cherry-pick of #230) (#245
Browse files Browse the repository at this point in the history
)

CI started failing with

> sphinx.errors.ExtensionError: Unable to find kernel (exception: No
such kernel named python3)

I used a text comparison between our requirements installed in CI from
last week vs this week. The main difference is `ipykernel` no longer
showing up in the list of reqs. That is due to the patch bump of
`ipywidgets` and its change here:

jupyter-widgets/ipywidgets@785d159#commitcomment-106272180

In the meantime to them possibly reverting that change, this fixes CI.
  • Loading branch information
Eric-Arellano authored Apr 4, 2023
1 parent 6a27e01 commit fdf94f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ipykernel
jupyter-sphinx
numpy
matplotlib
Expand Down

0 comments on commit fdf94f1

Please sign in to comment.