Skip to content

Commit 6a47a75

Browse files
authored
Merge pull request #226 from garrison/direct-ipykernel-dependency
Add direct dependency on ipykernel
2 parents 6e3c47a + 88f4d69 commit 6a47a75

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sphinx>=2.4.4
2+
ipykernel>=4.5.1
23
ipywidgets>=7.0.0
34
IPython
45
nbconvert>=5.4

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
packages=["jupyter_sphinx"],
3131
install_requires=[
3232
"Sphinx>=2",
33+
"ipykernel>=4.5.1",
3334
"ipywidgets>=7.0.0",
3435
"IPython",
3536
"nbconvert>=5.5",

0 commit comments

Comments
 (0)