Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Create notebook-based browsers for content
Contributed by: Bob Sandheinrich
Create a simple notebook based browser based on structured information about arbitrary content. Each piece of content is presented as a tile. Clicking on a tile will show all other pieces of content to which the chosen content links. Each piece of content can contain a label and and URL to display.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["Bob/ContentBrowser"]
To load the code after installation, evaluate this code:
Needs["Bob`ContentBrowser`"]
Create a simple browser using nested associations:
In[1]:= |
Out[1]= |
Create a simple browser using a Graph containing AnnotationRules:
In[2]:= |
Out[2]= |
Create a browser for locally-stored resource objects:
In[3]:= |
Out[3]= |
See locally cached resources with updates available in the resource system repositories:
In[4]:= |
Out[4]= |
View your installed paclets:
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
Wolfram Language Version 13.0