Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Evaluate a notebook from the cloud
ResourceFunction["CloudNotebookEvaluate"][co] evaluates the inputs in the cloud-deployed notebook co. |
Deploy a notebook with definitions in input cells:
In[1]:= |
Out[2]= |
Evaluate the definitions from that notebook:
In[3]:= |
In[4]:= |
Out[4]= |
The definitions exist:
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
See the result of the evaluation:
In[7]:= |
Out[7]= |
Specify the notebook using the URL directly:
In[8]:= |
Out[8]= |
Deploy a notebook with definitions in input cells:
In[9]:= |
Out[10]= |
Evaluate the definitions from that notebook and store the results using InsertResults:
In[11]:= |
In[12]:= |
Out[12]= |
The outputs are stored in the cloud notebook:
In[13]:= |
This work is licensed under a Creative Commons Attribution 4.0 International License