JoshBroomberg / Maccabee

Hybrid Monte Carlo Benchmarks for Methods of Causal Inference
https://maccabee.readthedocs.io/en/latest/
2 stars 0 forks source link

Don't use nbsphinx_prompt_width to hide prompts #1

Open mgeier opened 4 years ago

mgeier commented 4 years ago

I'm creating this issue because your repo contains a conf.py file with

nbsphinx_prompt_width = 0

... presumably in an attempt to remove the prompts from code cells.

I just want to give you a heads-up that this will stop working once https://github.com/spatialaudio/nbsphinx/pull/439 is merged.

For more reliable alternatives, see https://nbsphinx.readthedocs.io/en/latest/custom-css.html.