File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ Simply replace `$ pip install jupyter-instructortools` with
142
142
` $ pip install -e ../jupyter-instructortools ` in the _ Production_ instructions.
143
143
144
144
### Change Log
145
+ * 0.5.6.1 require notebook version >=6.4.7 for html styling and security
146
+ fixes.
145
147
* 0.5.6
146
148
* Expanded highlight bar options to insert in markdown cells to:
147
149
horizontal green start; horizontal brown stop; left vertical
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "jupyter-instructortools" ,
8
- version = "0.5.6" ,
8
+ version = "0.5.6.1 " ,
9
9
description = "Useful tools for instructors creating Jupyter notebook templates." ,
10
10
long_description = long_description ,
11
11
long_description_content_type = "text/markdown" ,
19
19
install_requires = [
20
20
# 'python>=3.6',
21
21
'jupyter>=1.0.0' ,
22
- 'notebook== 6.4.0 ' ,
22
+ 'notebook>= 6.4.7 ' ,
23
23
'jupyter-datainputtable>=0.7.5' ,
24
24
'JPSLUtils' ,
25
25
#'pandas>=0.22.0'
You can’t perform that action at this time.
0 commit comments