User Portlet User Portlet

Discussions
I am trying to understand what the requirements are for a notebook to run successfully on the Wolfram Player on my iPad. The program runs fine in Mathematica 12 on my desktop, but won't do anything in Player. I have followed all the requirements I...
Thanks Ahmed.
Thanks Rohit. That was the information I needed.
Many thanks, Hans. With my limited understanding of Mathematica I would have never figured that out. Mike
Thanks Hans. I finally found some references to this that confirm that the potential is not constant.
I have run into a problem with a table of numerical integration results. The code that creates the apparent bug is re = ImplicitRegion[x^2/4 + y^2 + z^2 == 1.0, {x, y, z}]; v[x0_, y0_] := 1/Sqrt[(x - x0)^2 + (y - y0)^2 + z^2]; ...
Thanks Daniel. That was really dumb of me. I should have recognized my mistake and would have if I had plotted the region.
My question really started when trying to demonstrate numerically that the potential of a uniformly charged spheroid surface was constant inside the surface. The results of a numeric integration over the surface for a number of points interior to it...
Thanks for the workaround suggestion Jan.
Many thanks Gustavo. It works fine. Perhaps, because I am on a Mac your step 3 didn't work quite as expected. However I was able to choose "evaluate in place" from a menu. Mike