Skip to content

Commit 1287ade

Browse files
committed
pin notebook == 6.4.0 until html styling again works in markdown
1 parent b43dc53 commit 1287ade

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
jupyter>=1.0.0
2+
notebook==6.4.0
23
jupyterPiDAQ>=0.7.3
34
Algebra_with_SymPy>=0.9.0
45
jupyter_Pandas_GUI

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
install_requires=[
1919
# 'python>=3.6',
2020
'jupyter>=1.0.0',
21+
'notebook==6.4.0', # until html styling again works in markdown.
2122
'jupyterPiDAQ>=0.7.3',
2223
'Algebra_with_SymPy>=0.9.0',
2324
'jupyter_Pandas_GUI', # no version b/c should be imported by other pkg.

0 commit comments

Comments
 (0)