Skip to content

Commit

Permalink
feat: allow any input for expressions
Browse files Browse the repository at this point in the history
The host kernel should enforce "is this an expr"
  • Loading branch information
agoose77 committed Dec 12, 2023
1 parent 1972936 commit 3f3b69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_book/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"properties": {
"eval_regex": {
"type": "string",
"default": "^[a-zA-Z_][a-zA-Z0-9_]*$"
"default": "^.*$"
},
"raise_on_error": {
"type": "boolean",
Expand Down

0 comments on commit 3f3b69d

Please sign in to comment.