File tree 3 files changed +3
-2
lines changed
InstructorTools/javascript
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ function createInstructorToolsMenu(){
57
57
insert_init_boilerplate ( ) ;
58
58
}
59
59
}
60
- var optiontxt = '<option title="Choose an Instructor Tool "> \
60
+ var optiontxt = '<option title="Choose an option below "> \
61
61
Instructor Tools</option>' ;
62
62
optiontxt += '<option title="Insert cell below selected and create a \
63
63
data entry table.">Insert Data Entry Table...</option>' ;
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ Simply replace `$ pip install jupyter-instructortools` with
134
134
` $ pip install -e ../jupyter-instructortools ` in the _ Production_ instructions.
135
135
136
136
### Change Log
137
+ * 0.5.4 Minor bug fixes and interface tweaks.
137
138
* 0.5.3
138
139
* Added options to flag cells as allowed to be hidden.
139
140
* Added ability to test hide/show of cells.
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.3 " ,
8
+ version = "0.5.4 " ,
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" ,
You can’t perform that action at this time.
0 commit comments