User Portlet User Portlet

Nicola Cattabiani
Discussions
Wolfram Language and Jupyter notebooks are going to be well integrated technologies. But neither of them can export jupyter notebooks to a format which is still considered standard in the industrial sector: Word (docx). Single command line...
I have been following the development of the `WolframLanguageForJupyter` (`WLFJ`) since its birth because I was already working on my version of a jupyter kernel for the Wolfram language. It appears that WLFJ has several issues, therefore I would...
Version 12 of CDFPlayer includes wolframscript but, contrary to previous versions of CDFPlayer installations, this time wolframscript does not work out of the box. Instead, it requires ID and passwd. I tried to insert my Wolfram user ID and passwd...
Perfect logic: NetGraph[{1, 1, 1}, {1 -> 2 -> 3}] But this does not make sense: Graph[{1, 1, 1}, {1 -> 2 -> 3}] How can `Rule` behave differently when called by different functions?
In this youtube video [Coding Challenge #81.1: Circle Morphing][1] there is this guy solving a Javascript code challenge about morphing an equilateral triangle into a circle. Here is a one-line Wolfram expression written in a pure functional style...
I am implementing a facial recognition system in the Wolfram Language, and I would like to know if the FeatureExtractor->FaceFeatures works best with grayscale or RGB images. I would like to know if the `FeatureExtractor` automatically...