File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- do not remove -->
4
4
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
+
5
19
## 2.3.25
6
20
7
21
### New Features
You can’t perform that action at this time.
0 commit comments