Skip to content

Commit

Permalink
feat: Initialize notebook to packages tutorial (#12)
Browse files Browse the repository at this point in the history
* feat: Initialize nb-to-package tutorial

* feat: Add TOC to tutorial and warning text

* refactor: Remove tableofcontents for now
  • Loading branch information
lsetiawan authored Jul 26, 2024
1 parent 6159871 commit cbce591
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions book/tutorials/nb-to-package/index.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit cbce591

Please sign in to comment.