Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

272
Views
In a kaggle notebook, how to show all hidden code cells (Show hidden code) at once?

Follow this notebook as example, is it possible to inject a javascript code into the browser console for all cells to be visible?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

On the notebook page, go to the Chrome Console tab (F12) and paste the code below. Invisible cells have the class "sc-jSMfEi imrMBR". The code identifies each one and clicks on them to make them visible.

list_hiddencode = document.getElementsByClassName("sc-jSMfEi imrMBR");
for (var i =0; i < list_hiddencode.length; i++){
   list_hiddencode[i].click();
}
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!