Skip to content

Commit c69d266

Browse files
committed
Add Octave input request
1 parent d569a38 commit c69d266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snippets/snippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"incomplete_code": "if true",
197197
"complete_code": "x = 1;",
198198
"syntax_error": "1 +",
199-
"input_prompt": "% Octave stdin doesn't support Jupyter input protocol",
199+
"input_prompt": "name = input(\"Enter: \")",
200200
"sleep_code": "pause(2)",
201201
"completion_var": "test_variable_for_completion",
202202
"completion_setup": "test_variable_for_completion = 42;",

0 commit comments

Comments
 (0)