User Portlet User Portlet

Discussions
I have been using RunProcess many times. This I have been doing, by first setting the PATH environment variable: path = Environment["PATH"] SetEnvironment["PATH" -> path ":/Applications/orca"] since the external program is residing...
I have been using Import["xxxx.cube","Graphics3D"] to view molecular orbitals. E.g. the homo orbital of CO2: ![homo.CO2][1] This was generated with version 12 of Mathematica. Using version 13.1 the exact same .cube file now...
Thanks a lot. That worked!
When deploying a function in the Cloud, can I use functions that I have defined myself. Like in this example: form=FormFunction[{"x"->"Number","y"->"Number"}, (AddTwoNumbers[ x_,"y"->y_|>]:=x+y; AddTwoNumbers[#])&] CloudDeploy[form] The...