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.
1 parent b43dc53 commit 1287adeCopy full SHA for 1287ade
requirements.txt
@@ -1,4 +1,5 @@
1
jupyter>=1.0.0
2
+notebook==6.4.0
3
jupyterPiDAQ>=0.7.3
4
Algebra_with_SymPy>=0.9.0
5
jupyter_Pandas_GUI
setup.py
@@ -18,6 +18,7 @@
18
install_requires=[
19
# 'python>=3.6',
20
'jupyter>=1.0.0',
21
+ 'notebook==6.4.0', # until html styling again works in markdown.
22
'jupyterPiDAQ>=0.7.3',
23
'Algebra_with_SymPy>=0.9.0',
24
'jupyter_Pandas_GUI', # no version b/c should be imported by other pkg.
0 commit comments