Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unhide all cells in Google Colab

Is there a way to unhide all hidden cells in a Jupyter notebook on Google Colab?

It appears that google colab hides cells automatically. Is there a way to unhide all cells? It's a pain to click each hidden cell especially when they are nested. And I sometimes inadvertently skip over hidden cells when reviewing a notebook.

like image 681
user650654 Avatar asked Oct 17 '25 18:10

user650654


1 Answers

This worked for me to expand all Colab hidden cells. Both from the menu:

  1. Edit --> Select all cells

  2. View --> Expand Sections

like image 92
j2abro Avatar answered Oct 19 '25 13:10

j2abro