Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Change your default publisher ID for Wolfram repositories
ResourceFunction["SetDefaultPublisherID"]["pubid"] permanently sets the current cloud-connected user's default $PublisherID to "pubid". |
Get your default publisher ID:
| In[1]:= |
| Out[1]= |
Change your default publisher ID:
| In[2]:= |
| Out[2]= |
Recheck the default publisher ID to verify the change:
| In[3]:= |
| Out[3]= |
The default publisher ID applies to the cloud-connected user, available as $CloudUserID:
| In[4]:= |
| Out[4]= |
Set the default publisher ID for this user:
| In[5]:= |
| Out[5]= |
Change the cloud-connected user. This user has no available publisher IDs:
| In[6]:= |
| Out[6]= |
| In[7]:= |
| Out[7]= |
Attempting to set a default publisher ID fails:
| In[8]:= |
| Out[8]= |
Attempting to set the default publisher ID to a new, unregistered ID will fail:
| In[9]:= |
| Out[9]= |
Go to the resource system publishers page to see your available publisher IDs and use one of those values:
| In[10]:= |
| Out[10]= |
This work is licensed under a Creative Commons Attribution 4.0 International License