Skip to content

Commit 9d8bc2f

Browse files
committed
Originally posted qualifier
1 parent a70afd1 commit 9d8bc2f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

nbs/blog/posts/2022-07-28-nbdev2/index.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ tags: [technical]
77
title: 'nbdev+Quarto: A new secret weapon for productivity'
88
---
99

10+
_[Originally posted](https://www.fast.ai/2022/07/28/nbdev-v2/) on the fast.ai blog_
11+
1012
![A single notebook can create a python module, tests, CI, pypi/conda packages, and more.](cover.png)
1113

1214
## Our new secret weapon for productivity

nbs/blog/posts/2022-08-25-jupyter-git/index.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ tags: [technical]
77
title: The Jupyter+git problem is now solved
88
---
99

10+
_[Originally posted](https://www.fast.ai/2022/08/25/jupyter-git/) on the fast.ai blog_
11+
1012
> Jupyter notebooks don’t work with git by default. With [nbdev2](https://nbdev.fast.ai/), the Jupyter+git problem has been totally solved. It provides a set of hooks which provide clean git diffs, solve most git conflicts automatically, and ensure that any remaining conflicts can be resolved entirely within the standard Jupyter notebook environment. To get started, follow the directions on [Git-friendly Jupyter](https://nbdev.fast.ai/01_Tutorials/02_git_friendly_jupyter.html).
1113
1214
## The Jupyter+git problem

0 commit comments

Comments
 (0)