|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> -->
|
4 | 4 |
|
| 5 | +## 7.16.1 |
| 6 | + |
| 7 | +([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.16.0...443b30703078e6f7d5b1044f25fb77e219136aac)) |
| 8 | + |
| 9 | +### Maintenance and upkeep improvements |
| 10 | + |
| 11 | +- Fix permissions for prep release workflow [#2112](https://github.com/jupyter/nbconvert/pull/2112) ([@blink1073](https://github.com/blink1073)) |
| 12 | +- Update publish workflow [#2111](https://github.com/jupyter/nbconvert/pull/2111) ([@blink1073](https://github.com/blink1073)) |
| 13 | +- fix for tests/ dir not in sys.path, closes #2066 [#2108](https://github.com/jupyter/nbconvert/pull/2108) ([@ivanov](https://github.com/ivanov)) |
| 14 | + |
| 15 | +### Documentation improvements |
| 16 | + |
| 17 | +- Update project description [#2107](https://github.com/jupyter/nbconvert/pull/2107) ([@ivanov](https://github.com/ivanov)) |
| 18 | + |
| 19 | +### Contributors to this release |
| 20 | + |
| 21 | +([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2024-02-07&to=2024-02-19&type=c)) |
| 22 | + |
| 23 | +[@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 | + |
| 25 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 26 | + |
5 | 27 | ## 7.16.0
|
6 | 28 |
|
7 | 29 | ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.15.0...87db94d2d31d77ad16eef2285bb764e97a6f3c11))
|
|
16 | 38 |
|
17 | 39 | [@gwincr11](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Agwincr11+updated%3A2024-02-06..2024-02-07&type=Issues)
|
18 | 40 |
|
19 |
| -<!-- <END NEW CHANGELOG ENTRY> --> |
20 |
| - |
21 | 41 | ## 7.15.0
|
22 | 42 |
|
23 | 43 | ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.14.2...dff141e8c8b392b89eed0adbf035f33810706750))
|
@@ -1516,7 +1536,6 @@ raw template
|
1516 | 1536 | {%- endblock in_prompt -%}
|
1517 | 1537 | """
|
1518 | 1538 |
|
1519 |
| - |
1520 | 1539 | exporter_attr = AttrExporter()
|
1521 | 1540 | output_attr, _ = exporter_attr.from_notebook_node(nb)
|
1522 | 1541 | assert "raw template" in output_attr
|
|
0 commit comments