4
$\begingroup$

Using version 14.2.1

I recently learned about the FrontEnd's TaggingRules option for objects, in my case Notebooks. I'm using TaggingRules to store region-of-interest and similar settings for our labs daily analysis notebooks. I noticed when I first learned about TaggingRules that CurrentValue[EvaluationNotebook[],TaggingRules] returns <|"TryRealOnly"->False|> but I do not know what this means. Opening a new notebook gives <|"ChatNotebookSettings"-><||>|> but nothing with "TryRealOnly"

My guess is that it somehow got added months ago when I was doing something funky and since we just copy the previous days analysis notebook (which is why storing in the notebook meta data is handy!) it came along for the ride. But I'm curious what this option could mean?

$\endgroup$

1 Answer 1

5
$\begingroup$

It is a setting used by the Wolfram|Alpha notebooks

enter image description here

And respected in its evaluation function:

 CurrentValue[{StyleDefinitions, "NaturalLanguage2DInput", CellEvaluationFunction}]
AlphaIntegration`NaturalLanguageInputEvaluate[
   NaturalLanguage2DInput->EvaluationCell[],#2
]&

See details at the bottom of the list there:

Needs@"GeneralUtilites`";
PrintDefinitions@AlphaIntegration`NaturalLanguageInputEvaluate
$\endgroup$
1
  • 2
    $\begingroup$ Interesting. I wonder how it snuck into my notebook. I would imagine when I accidently entered/evaluated a cell using one of the syntax here reference.wolfram.com/language/guide/… Thanks @Kuba ! $\endgroup$ Commented yesterday

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.