User Portlet User Portlet

Discussions
Over the last few weeks I routinely deployed neural nets to the cloud for computation. Today, even the simplest example does not work anymore: (*initialise random neural net that talkes 200x200 image as input*) scrnet = NetInitialize@ ...
Hi all, I am trying the following piece of code: Dat = FinancialData["DE:A*", "Lookup"]; Fdat = FinancialData[#1, "Jan. 1, 2016"] & /@ Dat; Giving me the following error: FinancialData::notent: DE:A2TA is not a known entity,...