Skip to content

Commit 4ad8b12

Browse files
rhenniganclaude
andcommitted
Use Elegant screen style environment for evaluator UI results
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7e6f303 commit 4ad8b12

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Kernel/Tools/WolframLanguageEvaluator.wl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ makeEvaluatorUIResult[
324324

325325
nb = Notebook[
326326
{ Cell @ CellGroupData[ { inputCell, outputCell }, Open ] },
327-
CellLabelAutoDelete -> False
327+
CellLabelAutoDelete -> False,
328+
ScreenStyleEnvironment -> "Elegant"
328329
];
329330

330331
deployed = ConfirmMatch[

0 commit comments

Comments
 (0)