Function Repository Resource:

ResourceSubmissionNotebook

Source Notebook

Retrieve the definition notebook for your submission to a repository

Contributed by: Bob Sandheinrich

ResourceFunction["ResourceSubmissionNotebook"][sub]

opens the definition notebook for the resource sub under review for publication in a repository.

Details and Options

ResourceFunction["ResourceSubmissionNotebook"] only supports resources that are currently under review. It does not support resources that have been approved or rejected.
The submission sub can be specified using the ResourceSubmissionObject, a four-digit submission ID or a UUID.
ResourceFunction["ResourceSubmissionNotebook"] requires authentication with CloudConnect and only returns notebooks for resources submitted under a PublisherID for which the authenticated user is an authorized user.
The returned notebook may contain edits or comments from repository reviewers.

Examples

Basic Examples (1) 

Get the definition notebook for a submission under review:

In[1]:=
nbo = ResourceFunction["ResourceSubmissionNotebook"]["1098"]
Out[1]=

Possible Issues (1) 

You must be an approved user of the publisher account associated with a submission:

In[2]:=
ResourceFunction["ResourceSubmissionNotebook"]["3921"]
Out[2]=

Requirements

Wolfram Language 11.3 (March 2018) or above

Version History

  • 2.0.0 – 18 February 2020
  • 1.0.0 – 20 February 2019

Related Resources

License Information