Skip to content

Commit

Permalink
fix: Add ipykernel dependency (No such kernel named python3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and tpike3 committed May 15, 2023
1 parent cbd7a43 commit 7a57d0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
],
# Constrain sphinx version until https://github.com/readthedocs/readthedocs.org/issues/10279
# is fixed.
"docs": ["sphinx<7", "ipython", "nbsphinx"],
# Explicitly install ipykernel for Python 3.8.
# See https://stackoverflow.com/questions/28831854/how-do-i-add-python3-kernel-to-jupyter-ipython
# Could be removed in the future
"docs": ["sphinx<7", "ipython", "nbsphinx", "ipykernel"],
}

version = ""
Expand Down

0 comments on commit 7a57d0a

Please sign in to comment.