User Portlet User Portlet

Jesse Dohmann
Discussions
![example-screenshot][2] This theme is my go-to for dark mode, and I use it across several applications. So, I implemented the Dracula theme for Wolfram Notebooks! If you're interested in using it, you can get it from two places: ## [GitHub...
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/6d68fdb4-f35c-4f07-abcf-8522f3d53fea
The new Wolfram Notebook Embedder library is pretty cool, and I've been using it a lot for various things. One of those things is making the embedder easy to use by having it be applied from a template to form data supplied in a form. I understand...
[I previously wrote a post][1] about creating a Wolfram Cloud form that uses the DuckDuckGo Instant Answer API in the backend to perform searches. I wanted to share some additional things I learned about using cloud forms, continuing with this...
I wanted to play around with the DuckDuckGo Instant Answer API, and ended up creating a cloud form that uses the API in the backend to perform searches, the type of search determined by the particular query case. This is that process. The API ...
If you're in touch with iconic comedy films from the year 2000 onward (or just a knowledgeable Sandra Bullock fan), you've undoubtably seen the movie *Miss Congeniality*: the tale of a surly undercover FBI agent in the Miss USA Pageant who ends up...
Happy *e* day! As with pi, *e* is an irrational number (as well as [transcendental][1]), and repeats forever in a seemingly bizarre pattern of digits. It shows up in tons of places inside and outside of mathematics. I've always been a sucker for...
[![enter image description here][1]][2] We are [**excited to announce**][2] the release of Wolfram Player for iOS! Now you can harness the power of the Computable Document Format (CDF) anytime, anywhere. Wolfram Player syncs up with other apps on...
I am taking a statistical mechanics course this semester, and one of our homework sets focused on counting statistics, since they are foundational to the topic of stat mech. Because I've had a lot more exposure to probability than most other physics...
Hi, all I am trying to deploy a `ScheduledTask` that monitors the state of a google spread sheet every hour. I want the cloud object to display the contents of the csv file that I am monitoring. Here is a look at my code: **This imports the...