User Portlet User Portlet

Discussions
You should report the problem on the GitHub [repository](https://github.com/JerryI/wolfram-js-frontend) for WLJS.
Another way using `Association` fun1[x_] := x; fun2[x_] := x^2; fun3[x_] := x^3; functions = fun1, 2 -> fun2, 3 -> fun3|>; functions[3][5] (* 125 *)
You can convert a simple `Span` to a `Range` using `Apply` Range @@ (4 ;; 7) (* {4, 5, 6, 7} *) and use it to build the list. This _might_ be useful if you have several disjoint `Span` {1, 2, Sequence @@ Range @@ (4 ;; 7),...
Hi Hashir, Can you please elaborate on > the ChatGPT integration with Wolfram is pretty poor I think chat driven and chat enabled notebooks, the [prompt repository](https://resources.wolframcloud.com/PromptRepository) and the [tool...
Hi Pierre Are you doing this for the Wolfram Neural Networks boot camp? The instructions are not very clear. The data is available in the Day 6 folder on Amoeba as forestfires.csv. It is discussed in the Day 6 explorations video.
The status was changed to Resolved about a month ago but it is still not working on "14.0.0 for Mac OS X ARM (64-bit) (December 13, 2023)." I have commented in the ticket asking what "Resolved" means and if the fix will be in 14.1.
I don't see the problem on "14.0.0 for Mac OS X ARM (64-bit) (December 13, 2023)"
In a notebook you can use the [WolframLanguageEvaluator](https://resources.wolframcloud.com/LLMToolRepository/resources/WolframLanguageEvaluator/).
Hi Patrice, When working with `.wls` files I prefer to use [VSCode](https://code.visualstudio.com/) with the Wolfram Language [extension](https://github.com/WolframResearch/vscode-wolfram). Start the file with #!/usr/bin/env wolframscript ...
The provided code does not evaluate successfully. I get > Part::partw: Part 3 of {7.3,-4.9} does not exist.