We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e3c47a + 88f4d69 commit 6a47a75Copy full SHA for 6a47a75
requirements.txt
@@ -1,4 +1,5 @@
1
sphinx>=2.4.4
2
+ipykernel>=4.5.1
3
ipywidgets>=7.0.0
4
IPython
5
nbconvert>=5.4
setup.py
@@ -30,6 +30,7 @@
30
packages=["jupyter_sphinx"],
31
install_requires=[
32
"Sphinx>=2",
33
+ "ipykernel>=4.5.1",
34
"ipywidgets>=7.0.0",
35
"IPython",
36
"nbconvert>=5.5",
0 commit comments