Skip to content

Commit b2e7dc4

Browse files
committed
Ready for v0.0.1
1 parent 9164ea2 commit b2e7dc4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/nbquarto/processors/codenotes_v2.py

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
from ..processor import Processor
1919

2020

21+
raise NotImplementedError(
22+
"Hi! This processor isn't quite ready yet, please use `nbquarto.processors.codenotes` instead."
23+
)
24+
25+
2126
def make_panel_tabset(first_tab: str = "Code", second_tab: str = "Code & Explanation") -> List[NotebookCell]:
2227
"""
2328
Creates a panel tabset with two tabs

0 commit comments

Comments
 (0)