diff --git a/book/_toc.yml b/book/_toc.yml index 2d66127..29a056a 100644 --- a/book/_toc.yml +++ b/book/_toc.yml @@ -21,6 +21,7 @@ parts: - file: tutorials/index sections: - file: tutorials/example/tutorial-notebook + - file: tutorials/nb-to-package/index.md - caption: Projects chapters: - file: projects/list_of_projects diff --git a/book/tutorials/nb-to-package/index.md b/book/tutorials/nb-to-package/index.md new file mode 100644 index 0000000..97f9575 --- /dev/null +++ b/book/tutorials/nb-to-package/index.md @@ -0,0 +1,12 @@ +# From notebooks to packages + +```{warning} +This tutorial is still under development. +More content will be added soon. +``` + +In this tutorial, we will learn about the workflow of development +most seen in the Research Community. This workflow often starts with +a collection of Jupyter notebooks that are then later transformed into +a Python package. +