User Portlet User Portlet

Jason Biggs
Discussions
Thank you Jason. This worked for me. I tested it in both the command line via /Applications/Wolfram.app/Contents/MacOS/wolfram and in a notebook. It is a "pure" journal file in the way I asked for. Will be adding it to my bag of tricks. It would...
I can't access a file at the address you listed, but if I point to any other CSV file it works: ``` In[2]:= URLDownload["https://raw.githubusercontent.com/codeforamerica/ohana-api/refs/heads/master/data/sample-csv/addresses.csv", my-file.csv"] ...
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/2399a3d5-7071-4468-9010-0c2149196809
Thanks. I replied in GitHub.
I'm here because Mathematica crashed and I lost some work (although I'd already copied the results I needed, so it didn't really matter too much). Most other popular software (e.g. Microsoft Word) saves an autorecover file in a dedicated folder...
"ReplaceSubstructure" does reorder atoms because it can handle arbitrary pattern replacements where the number of atoms can change. For the bullvalene rearrangement the pattern and replacement have the same number and type of atoms and attached...
Thanks a lot for the response Jason, this may come in handy. As it often the case, I am not expecting to have a list of numbers ready to pass to the function, it is more like I need to call it from inside a solution loop, but this is very good to...
> What would one use these selected atoms - or molecule patterns - for? Basically anytime you want to modify a molecule you have to refer to atoms by their atom index - their position in the atoms list. In [this...
![enter image description here][2] -- you have earned ***Featured Contributor Badge*** ![enter image description here][1] Your exceptional post has been selected for our editorial column ***Staff Picks*** http://wolfr.am/StaffPicks and [Your...
I do not believe it is possible to use `InitializationValue` for a set-delayed value. I found this out when I tried to use the resource function `"PersistResourceFunction"` and found that it would load the definitions at kernel start time which is...