From ed5eb12e50cfc0f0b12652fc84c217ddf709c691 Mon Sep 17 00:00:00 2001 From: Alex Remedios Date: Wed, 25 Oct 2023 11:18:42 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33b1357..46e254a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ **Who is this for?** Research/Machine Learning Software Engineers who maintain packages/teaching materials with documentation written in notebooks. --- -**🛠️ Help shape nbmake and best practices in the industry. Please fill in our [survey](https://survey.typeform.com/to/uccVbSmO?utm_source=readme).** +**✨ New: Automate the generation of notebook-based tutorials with [nbwrite](https://github.com/treebeardtech/nbwrite)** --- @@ -128,7 +128,7 @@ pytest --nbmake --overwrite -n=auto examples jb build examples ``` -## Find missing imports in a directory of failing notebooks (new ✨) +## Find missing imports in a directory of failing notebooks It's not always feasible to get notebooks running from top to bottom from the start.