Probabilistic-Programming-and-Bayesian-Methods-for-Hackers icon indicating copy to clipboard operation
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers copied to clipboard

How to restore convenient interactive styling, and disable restyling of notebook via ../styles/custom.css?

Open nealmcb opened this issue 6 years ago • 0 comments

After running all cells in the chapter 2 notebook for over 30 minutes, it seems to have all run. But suddenly, without warning at the very end, the notebook was restyled. Presumably that is due to the execution of the last cell which runs css_styling().

That means I lose all the familiar, informative In [54]: prompts which help me see whether a cell is executing, what the sequence of executions is, etc. Also, less text fits on the page. I'm going to have a frustrating time exploring the results.

After that cell has been run, how can I get back to the default style? Would it make sense to conditionally execute the restyling only for production purposes, e.g. for the book or web page?

nealmcb avatar Feb 01 '19 03:02 nealmcb