We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68acc8f commit 50bca82Copy full SHA for 50bca82
1 file changed
Research/QuantBook.cs
@@ -92,7 +92,7 @@ public QuantBook() : base()
92
{
93
try
94
95
- Messages.SetAlgorithmLanguage(Language.Python);
+ Messages.SetAlgorithmLanguage(_isPythonNotebook ? Language.Python : Language.CSharp);
96
using (Py.GIL())
97
98
_pandas = Py.Import("pandas");
0 commit comments