Skip to content

Commit

Permalink
Ready for v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Jun 6, 2023
1 parent 9164ea2 commit b2e7dc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/nbquarto/processors/codenotes_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
from ..processor import Processor


raise NotImplementedError(
"Hi! This processor isn't quite ready yet, please use `nbquarto.processors.codenotes` instead."
)


def make_panel_tabset(first_tab: str = "Code", second_tab: str = "Code & Explanation") -> List[NotebookCell]:
"""
Creates a panel tabset with two tabs
Expand Down

0 comments on commit b2e7dc4

Please sign in to comment.