User Portlet User Portlet

Discussions
Got it. Yes, better.
On a lower-brow note, Ms. Hao has excellent coding style, viz. her use of whitespace and leading commas (indicating call sequence).
Is there any reason why, in a future version of Mathematica, NotebookImport should not accept a URL?
Thank you, I'll try this. However, I expect it to be a little less efficient, as it'll search the entire notebook contents, which include images, compressed data, etc. I'd think an iFilter designed for notebooks would skip over such content.
Or use a currency interpreter: data=Import["https://www.usatoday.com/sports/mlb/salaries/",{"Data"}]; salaryStrings=data[[2,2,2,2,All,5]]; salaries=Interpreter["CurrencyAmount"]@salaryStrings//Cases[#,_Quantity]&; ...
In other words, the Wolfram Engine is simply the text-based CLI and the kernel. Basically, MathKernel.exe (sp?) on Windows, which I think has always been present. (No experience with wolframscript, so can't address that.) That is, Mathematica...
I'm not being clear. It's the other way around. I want to draw the VIIRS image on a GeoGraphics object, according to the lat/lon array for the VIIRS pixels.
Does EasyIDE support a "Properties" query on a notebook, e.g. to reveal the notebook's path and various timestamps? The FrontEnd lacks such an out-of-band mechanism. I tried to use EasyIDE, but tripped. I think there was a glitch during the...
Can the objects be easily serialized?
I have only a glancing familiarity with EntityStores (and not much more with DataSets). They resemble object/types to me. DataSets are more how they sound...perhaps repeated instances of a certain data types (though that set of types can be...