1. Finding Blocks
Unsure which block you need? Use the Search Bar Try typing a relevant keyword into the intelligent search bar to explore your options.


2. Adding Blocks from within a Block
In addition to adding blocks from tabs in the ribbon and the search bar, there are two additional ways to add blocks to the Notebook. You can add a block directly into an input of an existing block in the Notebook using these methods. Only blocks with matching Types will be listed. Double-click in an input box. Blocks that are already in the Notebook will appear in the list first with an icon next to the name. This option is good for when you are not sure what block is needed next.
3. Copying and Duplicating Blocks
Right-click on a block to see the three options for copying or duplicating it: ‘Copy Selection’ or Ctrl + C allows you to create copies of one or multiple selected blocks, which you can paste at any location where the white line is placed within the same Notebook or in a different Notebook. To select multiple blocks, hold Ctrl. ‘Paste’ or Ctrl + V brings only the selected blocks to the new Notebook. ‘Paste with References’ or Ctrl + Alt + V brings all associated variables to the new Notebook.



4. Reusing Variable Chips
Just as you can create a new instance of the same block using Ctrl + Drag, it is possible to create a new chip of the same variable to be used in a different part of the workflow.
5. Pausing Automatic Block Computation
You may have noticed that any blocks that you have completely filled in run automatically. This happens by default after you either press enter or click outside of the block after satisfying all inputs. You can stop block autorun for the entire Notebook or put breaks on specific blocks. Toggle off Autorun Mode using the button next to the search bar. This will stop all blocks in the notebook from automatically computing. After updating the inputs, you can run individual blocks by clicking on the green ‘Rebuild Block’ symbol that pops up next to the Info button at the block’s top right corner.


