Function Repository Resource:

NewCloudNotebook

Source Notebook

Quickly create and open a new cloud notebook

Contributed by: Michael Sollami

ResourceFunction["NewCloudNotebook"][]

creates, opens, and returns a new cloud notebook.

ResourceFunction["NewCloudNotebook"][name]

creates, opens, and returns a new cloud notebook titled name.

Details and Options

ResourceFunction["NewCloudNotebook"] requires a Wolfram Cloud account and for a cloud connection to have been established (this can be checked with $CloudConnected).
Created notebooks will be placed into $CloudRootDirectory and have Permissions "Private".
ResourceFunction["NewCloudNotebook"] works from both desktop applications and the Wolfram cloud.

Examples

Basic Examples (3) 

Make a new notebook in the Wolfram Cloud and open it (with your default browser):

In[1]:=
ResourceFunction["NewCloudNotebook"][]

New notebooks can also be given names:

In[2]:=
ResourceFunction["NewCloudNotebook"]["my newest nb"]
Out[2]=

If you provide a path, intermediate directories will be created if necessary:

In[3]:=
ResourceFunction["NewCloudNotebook"]["/dir1/dir2/test.nb"]
Out[3]=

Publisher

Michael Sollami

Version History

  • 1.0.0 – 21 April 2020

Related Resources

License Information