Skip to content

Commit

Permalink
subtitle format
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Aug 15, 2024
1 parent 7c85095 commit 6368fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eo_datascience/clean_nb.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def clean_up_frontmatter(dir = './notebooks', save=True):
subtitle = line.split(': ')[1]

# Update the cell
nb.cells[0].source = f'# {title}\n{subtitle}\n'
nb.cells[0].source = f'# {title}\n**{subtitle}**\n'

# Save the notebook
if save:
Expand Down

0 comments on commit 6368fbe

Please sign in to comment.