File tree 2 files changed +17
-4
lines changed
2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 7.16.2
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.16.1...8dac97afa73d59e6afcad04ca076355576b6eb51 ) )
8
+
9
+ ### Bugs fixed
10
+
11
+ - \[ HTMLExporter\] Initialize resources before widget filtering [ #2118 ] ( https://github.com/jupyter/nbconvert/pull/2118 ) ([ @yuvipanda ] ( https://github.com/yuvipanda ) )
12
+
13
+ ### Contributors to this release
14
+
15
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbconvert/graphs/contributors?from=2024-02-19&to=2024-03-04&type=c ) )
16
+
17
+ [ @yuvipanda ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ayuvipanda+updated%3A2024-02-19..2024-03-04&type=Issues )
18
+
19
+ <!-- <END NEW CHANGELOG ENTRY> -->
20
+
5
21
## 7.16.1
6
22
7
23
([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.16.0...443b30703078e6f7d5b1044f25fb77e219136aac ) )
22
38
23
39
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2024-02-07..2024-02-19&type=Issues ) | [ @ivanov ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Aivanov+updated%3A2024-02-07..2024-02-19&type=Issues )
24
40
25
- <!-- <END NEW CHANGELOG ENTRY> -->
26
-
27
41
## 7.16.0
28
42
29
43
([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.15.0...87db94d2d31d77ad16eef2285bb764e97a6f3c11 ) )
@@ -1536,7 +1550,6 @@ raw template
1536
1550
{%- endblock in_prompt -%}
1537
1551
"""
1538
1552
1539
-
1540
1553
exporter_attr = AttrExporter()
1541
1554
output_attr, _ = exporter_attr.from_notebook_node(nb)
1542
1555
assert " raw template" in output_attr
Original file line number Diff line number Diff line change 3
3
from typing import List
4
4
5
5
# Version string must appear intact for versioning
6
- __version__ = "7.16.1 "
6
+ __version__ = "7.16.2 "
7
7
8
8
# Build up version_info tuple for backwards compatibility
9
9
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments