Questions tagged [resourcefunction]
The resourcefunction tag has no summary.
41 questions
5
votes
1
answer
161
views
Import a resource function definition / source code into a notebook
The Wolfram Function Repository is a great resource for ready-to-use functions contributed by Wolfram language users. One can use these functions using ...
6
votes
3
answers
455
views
Turning Goldberg Graphs/Skeletons into Goldberg Polyhedrons (possibly skew)
I want to be able to turn the 1-skeletons from the Goldberg Graphs into polyhedrons.
An example is to turn this tetrahedral goldberg graph on the left into the polyhedron on the right:
which was ...
7
votes
0
answers
279
views
Is there a way to "install" ResourceFunctions in unsupported versions of Mathematica?
I currently have access only to "12.0.0 for Mac OS X x86 (64-bit) (April 7, 2019)", and as of the first of this year, I get this error message any time I try to use a ...
1
vote
1
answer
173
views
How to detect (and follow) OS dark mode with wolfram language?
I intend to use the DarkMode resource function to switch to and from dark mode
in accordance with the appearance of Windows overall.
This detection can be achieved ...
2
votes
1
answer
185
views
Definition of ResourceFunction["IntegrateByParts"]
Here we can see definition of ResourceFunction["RainbowText"].
The definition is quite obvious on the image (explicit open source).
We can get the ...
3
votes
0
answers
126
views
Using Mathematica Resource Functions For NCBI Access
In a very informative Wolfram Technology Conference video presentation Bioinformatics in the Wolfram Language by John Cassel he demonstrates code that makes use of ResourceFunction for retrieving data ...
0
votes
0
answers
75
views
1
vote
1
answer
86
views
Change panel heights in a Resource Function Grid of Plots
I'm trying to produce a vertical grid of plots sharing the same 'x' axis. I do it this way:
...
3
votes
1
answer
366
views
How to make a hexagon tiling?
I want to make a hexagonal tiling using random colors for each tile. And I am trying make a readable way of doing it.
Here is how to make a hexagonal tiling with a random color (specifically on the ...
2
votes
2
answers
386
views
How to modify the axes and the labes of my plot? (Specifically, to cut the vertical axis.)
I have the following data:
...
1
vote
0
answers
42
views
Doubts about the resource function ClickRecurrenceMap2D
It might seem weird that I'm the one asking this, but I honestly don't understand why the resource function ClickRecurrenceMap2D throws the following error:
...
5
votes
3
answers
339
views
How to incorporate ResourceFunctions to autocomplete
Edit: As mentioned in the comments below, typing just ResourceFunction["Mo"] results in a list of ResourceFunctions that have a name that starts with Mo. This is good enough for me although ...
2
votes
1
answer
134
views
Molecule fingerprint MorganConnectivity
I am looking for a way to calculate the MorganConnectivity finger print for molecule object in Mathematica. v12.1 seemed to have an undocumented function MoleculeFingerprint
...
2
votes
0
answers
231
views
How to build a custom documentation page without creating a paclet or using Wolfram Workbench?
One of the new features about Wolfram Mathematica 13 that I am very excited about is the ability to create custom documentation.
I want to start documentation for the following areas:
my own custom ...
9
votes
0
answers
177
views
ResourceFunction memory leak?
Bug introduced in 12.3 or earlier and persisting through 12.3.1 or later
ResourceFunction seems to cause a substantial memory leak when called many times.
e.g. to ...
23
votes
2
answers
2k
views
How to download "ResourceFunction" packages onto a notebook, so I can place it in a USB and access it on a different computer
So I want to use "ResourceFunction" commands, but that requires internet, as it needs to retrieve it from the wolfram cloud. However, I want to access a number of them (such as, ...
5
votes
1
answer
343
views
What is keyboard shortcut combination for ResourceFunction?
I have seen in some notebooks that functions called with ResourceFunction["PairwiseScatterPlot"]
appear with a red set of square brackets enclosing a red ...
0
votes
0
answers
52
views
Replicating a PlotGrid without using Resources [duplicate]
I want to create stacked plots which have a shared x and y axis label. I found an article here from Wolfram, which does exactly what I want but uses ResoruceFucntion...
14
votes
1
answer
396
views
How can I avoid performance losses from ResourceFunction?
It seems like there is some sort of evaluation overhead related to the ResourceFunction wrapper that I'd like to avoid. This is especially pronounced for functions ...
3
votes
0
answers
137
views
Is it possible to turn "FunctionResource" Notebook into ResourceObject or registered LocalObject without FrontEnd?
TL;DR
The problem boils down to how to convert a correctly prepared submission Notebook into a ResourceObject suitable for ...
15
votes
5
answers
825
views
Find and load all ResourceFunctions as top level functions?
I would like to be able to use ResourceFunction's as top-level symbols:
The reason being that some of them are so useful it would be really great not to have to ...