Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate a button that inserts cells next to itself
ResourceFunction["InsertCellButton"][cell] returns a button that inserts cell after itself. | |
ResourceFunction["InsertCellButton"][label,cell] uses label as the button label. | |
ResourceFunction["InsertCellButton"][label,cell,direction] inserts the cell in the specified direction. |
Create a button and click it:
In[1]:= |
Out[1]= |
Hello World
Specify a button label:
In[2]:= |
Out[2]= |
Hello World
Insert a print cell above the button:
In[3]:= |
Out[3]= |
Click the button three times to make three cells:
In[4]:= |
Out[4]= |
:)
:)
:)
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License