Skip to content

Commit 2833d74

Browse files
committed
release
1 parent ba00ee2 commit 2833d74

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
<!-- do not remove -->
44

5+
## 2.3.26
6+
7+
### New Features
8+
9+
- add enable/disable cell number in .py files ([#1428](https://github.com/fastai/nbdev/pull/1428)), thanks to [@dienhoa](https://github.com/dienhoa)
10+
- When exporting a notebook to a .py file, we currently have something like `# %% {nb_path} {cell_number}` at the beginning of each exported cell.
11+
- This PR adds one new setting in the setting.ini: `cell_number`. When set to False, we disable the `cell_number` discussed above.
12+
- Side effect: The `cell_number` is used to update the changes from .py back to the notebook, so disabling it also disables this feature.
13+
14+
### Bugs Squashed
15+
16+
- showdoc: SyntaxWarning: invalid escape sequence with Python 3.12 ([#1396](https://github.com/fastai/nbdev/issues/1396))
17+
18+
519
## 2.3.25
620

721
### New Features

0 commit comments

Comments
 (0)