@@ -29,91 +29,91 @@ Repo-level stuff:
29
29
30
30
- Require newer version of
31
31
[ ` jupyter_nbextensions_configurator ` ] ( https://github.com/jupyter-contrib/jupyter_nbextensions_configurator )
32
- [ #1197 ] ( https://github.com/ipython-contrib/pull/1197 )
32
+ [ #1197 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1197 )
33
33
[ @jcb91 ] ( https://github.com/jcb91 )
34
34
- Remove version-pinning from lxml dependency
35
- [ #1174 ] ( https://github.com/ipython-contrib/pull/1174 )
35
+ [ #1174 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1174 )
36
36
[ @codypiersall ] ( https://github.com/codypiersall )
37
37
- Use ` requirejs ` vs. ` require ` , to align with notebook usage
38
- [ #1165 ] ( https://github.com/ipython-contrib/pull/1165 )
38
+ [ #1165 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1165 )
39
39
[ @gnestor ] ( https://github.com/gnestor )
40
40
- ` tests ` specify exceptions (new flake8 moan)
41
- [ #1143 ] ( https://github.com/ipython-contrib/pull/1143 )
41
+ [ #1143 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1143 )
42
42
[ @jcb91 ] ( https://github.com/jcb91 )
43
43
- move ` js_highlight.py ` into nbconvert_support, specify exception type
44
- [ #1140 ] ( https://github.com/ipython-contrib/pull/1140 )
44
+ [ #1140 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1140 )
45
45
[ @jcb91 ] ( https://github.com/jcb91 )
46
46
- docs updates
47
- [ #1200 ] ( https://github.com/ipython-contrib/pull/1200 ) ,
48
- [ #1201 ] ( https://github.com/ipython-contrib/pull/1201 )
47
+ [ #1200 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1200 ) ,
48
+ [ #1201 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1201 )
49
49
[ @jcb91 ] ( https://github.com/jcb91 )
50
50
51
51
New features and bugfixes:
52
52
53
53
- ` livemdpreview ` __ new nbextension added!__
54
- [ #1155 ] ( https://github.com/ipython-contrib/pull/1155 )
54
+ [ #1155 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1155 )
55
55
[ @jcb91 ] ( https://github.com/jcb91 )
56
56
- ` nbTranslate `
57
57
* Typos + readability improvements
58
- [ #1191 ] ( https://github.com/ipython-contrib/pull/1191 )
58
+ [ #1191 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1191 )
59
59
[ @adyavanapalli ] ( https://github.com/adyavanapalli ) ,
60
60
* Fix typo and revise text for better readability
61
- [ #1190 ] ( https://github.com/ipython-contrib/pull/1190 )
61
+ [ #1190 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1190 )
62
62
[ @adyavanapalli ] ( https://github.com/adyavanapalli ) ,
63
63
* use traitlets > 4.1 tag API
64
- [ #1138 ] ( https://github.com/ipython-contrib/pull/1138 )
64
+ [ #1138 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1138 )
65
65
[ @jcb91 ] ( https://github.com/jcb91 )
66
66
- ` collapsible_headings `
67
67
* indent heading collapse controls by level
68
- [ #1183 ] ( https://github.com/ipython-contrib/pull/1183 )
68
+ [ #1183 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1183 )
69
69
[ @jcb91 ] ( https://github.com/jcb91 )
70
70
* patch TextCell.set_text to catch more changes
71
- [ #1184 ] ( https://github.com/ipython-contrib/pull/1184 )
71
+ [ #1184 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1184 )
72
72
[ @jcb91 ] ( https://github.com/jcb91 )
73
73
* link complete font-awesome css from cdn, not just some fontfaces
74
- [ #1179 ] ( https://github.com/ipython-contrib/pull/1179 )
74
+ [ #1179 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1179 )
75
75
[ @jcb91 ] ( https://github.com/jcb91 )
76
76
- ` toc2 `
77
77
* Add a 'download as HTML with toc' for Jupyter >= 5.1
78
- [ #1182 ] ( https://github.com/ipython-contrib/pull/1182 )
78
+ [ #1182 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1182 )
79
79
[ @jfbercher ] ( https://github.com/jfbercher )
80
80
* only set notebook dirty if metadata item changed
81
- [ #1178 ] ( https://github.com/ipython-contrib/pull/1178 )
81
+ [ #1178 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1178 )
82
82
[ @jcb91 ] ( https://github.com/jcb91 )
83
83
* Bugfix undefined title_sidebar
84
- [ #1175 ] ( https://github.com/ipython-contrib/pull/1175 )
84
+ [ #1175 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1175 )
85
85
[ @jfbercher ] ( https://github.com/jfbercher )
86
86
* move config into toc2.js
87
- [ #1167 ] ( https://github.com/ipython-contrib/pull/1167 )
87
+ [ #1167 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1167 )
88
88
[ @jcb91 ] ( https://github.com/jcb91 )
89
89
* configurable titles; dialog-alterable metadata settings
90
- [ #1124 ] ( https://github.com/ipython-contrib/pull/1124 )
90
+ [ #1124 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1124 )
91
91
[ @jcb91 ] ( https://github.com/jcb91 )
92
92
* remove deprecated st var from template
93
- [ #1199 ] ( https://github.com/ipython-contrib/pull/1199 )
93
+ [ #1199 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1199 )
94
94
[ @jcb91 ] ( https://github.com/jcb91 )
95
95
* [ toc2] link complete font-awesome css from cdn
96
- [ #1198 ] ( https://github.com/ipython-contrib/pull/1198 )
96
+ [ #1198 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1198 )
97
97
[ @jcb91 ] ( https://github.com/jcb91 )
98
98
- ` scroll_down ` fix notebook ` 5.x ` compatibility
99
- [ #1181 ] ( https://github.com/ipython-contrib/pull/1181 )
99
+ [ #1181 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1181 )
100
100
[ @jcb91 ] ( https://github.com/jcb91 )
101
101
- ` exercise,exercise2 ` use bootstrap hidden class
102
102
rather than jquery show/hide, in order to play nicely with collapsible_headings.
103
103
fixes [ #990 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/990 )
104
- [ #1169 ] ( https://github.com/ipython-contrib/pull/1169 )
104
+ [ #1169 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1169 )
105
105
[ @jcb91 ] ( https://github.com/jcb91 )
106
106
- ` runtools ` don't alter selection when running cells
107
- [ #1145 ] ( https://github.com/ipython-contrib/pull/1145 )
107
+ [ #1145 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1145 )
108
108
[ @jcb91 ] ( https://github.com/jcb91 )
109
109
- ` ExecuteTime ` add preprocessor to execute notebook updating timing metadata
110
- [ #1139 ] ( https://github.com/ipython-contrib/pull/1139 )
110
+ [ #1139 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1139 )
111
111
[ @jcb91 ] ( https://github.com/jcb91 )
112
112
- ` snippets ` Updated README
113
- [ #1150 ] ( https://github.com/ipython-contrib/pull/1150 )
113
+ [ #1150 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1150 )
114
114
[ @chuaxr ] ( https://github.com/chuaxr )
115
115
- ` code_prettify ` Update ` code_prettify.yaml `
116
- [ #1162 ] ( https://github.com/ipython-contrib/pull/1162 )
116
+ [ #1162 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ pull/1162 )
117
117
[ @fehiepsi ] ( https://github.com/fehiepsi )
118
118
119
119
@@ -186,7 +186,7 @@ New features and bugfixes:
186
186
* [ #1084 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1084 )
187
187
[ @jfbercher ] ( https://github.com/jfbercher )
188
188
fix for
189
- [ #1083 ] ( https://github.com/ipython-contrib/issue /1083 ) :
189
+ [ #1083 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues /1083 ) :
190
190
Revert full url in links to relative to the current page.
191
191
* [ #1091 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1091 )
192
192
[ @fkoessel ] ( https://github.com/fkoessel )
@@ -261,7 +261,7 @@ New features and bugfixes:
261
261
[ #1066 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1066 )
262
262
[ @jfbercher ] ( https://github.com/jfbercher )
263
263
tentative fix for
264
- [ #1065 ] ( https://github.com/ipython-contrib/issues/1065 )
264
+ [ #1065 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/ issues/1065 )
265
265
by updating jqueryui cdn and version
266
266
- for various nbextensions
267
267
[ #1061 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1061 )
0 commit comments