Function Repository Resource:

CreateResourceNotebook

Source Notebook

Create a definition notebook for a new resource object

Contributed by: Bob Sandheinrich

ResourceFunction["CreateResourceNotebook"][type]

creates an empty resource definition notebook of the specified type.

Details and Options

Resource definition notebooks are templates for defining, creating, deploying and submitting a ResourceObject.
Resource object definition notebooks provide a straightforward interface to create a resource object from existing content. They provide fields for all the appropriate metadata associated with the given resource type. Common resource types include “DataResource” and “Function”.
Each resource type has a distinct definition notebook containing the appropriate metadata fields for that type.
Submitting resources for publication in a Wolfram repository requires a PublisherID.

Examples

Basic Examples (2) 

Create a notebook to define a new data resource:

In[1]:=
ResourceFunction["CreateResourceNotebook"]["DataResource"]
Out[1]=

Create a notebook to define a new function resource:

In[2]:=
ResourceFunction["CreateResourceNotebook"]["Function"]
Out[2]=

Scope (2) 

Retrieve the ResourceFunction:

In[3]:=
ResourceFunction["CreateResourceNotebook"]
Out[3]=

Retrieve the ResourceObject:

In[4]:=
ResourceObject["CreateResourceNotebook"]
Out[4]=

Version History

  • 1.0.0 – 28 August 2018

License Information