User Portlet User Portlet

Discussions
How can I deploy a dynamic notebook (nb file) in the cloud without the user can modify it and see the code? I did the following: 1.- upload the nb file to the cloud 2.- deploy it as a dynamic object 3.- double click to the resulting URL ...
Hello guys, How to replace the variables of an expression without being evaluated? For example: x = 2; y = 3; z = 5; (x + y) / z Show (2 + 3) / 5 instead of 1
Hello friends, I am new using Wolfram language and I have a problem. The issue is: - I create two lists pc = Dynamic [Function [g, Rationalize [g, ct * 0.1]] / @ RandomReal [{- 10, 10}, n + 1]]; qc = Dynamic...