Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Open cell groups in a notebook by style
| ResourceFunction["OpenCellGroups"][] opens the cell groups from a predefined set of styles in the current notebook. | |
| ResourceFunction["OpenCellGroups"][style] opens the cell groups in the current notebook that match the style specification style. | |
| ResourceFunction["OpenCellGroups"][notebook,style] opens the cell groups in notebook that match the style specification style. | 
Open an example notebook for testing:
| In[1]:= | ![nb = NotebookPut[
   Import[FindFile["ExampleData/document.nb"]] /. Open -> Closed];](https://www.wolframcloud.com/obj/resourcesystem/images/cfd/cfdedc17-84fd-4a98-b3e4-02e157646ec0/53b785d127e40ee3.png) | 
| Out[1]= |  | 
Open all the Section groups:
| In[2]:= | ![ResourceFunction["OpenCellGroups"][nb, "Section"];](https://www.wolframcloud.com/obj/resourcesystem/images/cfd/cfdedc17-84fd-4a98-b3e4-02e157646ec0/3277d64a3f4b2c81.png) | 
| Out[2]= |  | 
| In[3]:= | ![NotebookClose[nb];](https://www.wolframcloud.com/obj/resourcesystem/images/cfd/cfdedc17-84fd-4a98-b3e4-02e157646ec0/11f7a9fec7c906e8.png) | 
Retrieve the function:
| In[4]:= | ![ResourceFunction["OpenCellGroups"]](https://www.wolframcloud.com/obj/resourcesystem/images/cfd/cfdedc17-84fd-4a98-b3e4-02e157646ec0/45ede06ab74ea82a.png) | 
| Out[4]= |  | 
Retrieve the resource:
| In[5]:= | ![ResourceObject["OpenCellGroups"]](https://www.wolframcloud.com/obj/resourcesystem/images/cfd/cfdedc17-84fd-4a98-b3e4-02e157646ec0/5d079127955ad0be.png) | 
| Out[5]= |  | 
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License