Skip to content

Commit 1286b94

Browse files
committed
test removing happyx code
1 parent 0122eae commit 1286b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/interactivity.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ nimibCode:
291291

292292
nbText: "This is the output this code produces when called:"
293293

294-
happyxExample()
294+
#happyxExample()
295295

296296
nbText: hlMd"""
297297
There are many differences worth noticing, like use embedding of `fmt`'s `{}` to make a text node from data or the more prolific use of the prefix `t` before html tags (which is stylistic, as it's an optional disambiguator in happyX. The key thing to get you going, though, is that:

0 commit comments

Comments
 (0)