dflemin3 / approxposterior

A Python package for approximate Bayesian inference and optimization using Gaussian processes
https://dflemin3.github.io/approxposterior/
MIT License
41 stars 9 forks source link

Don't use nbsphinx_prompt_width to hide prompts #67

Closed mgeier closed 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.

dflemin3 commented 4 years ago

Thanks for raising this issue! I consulted the nbsphinx docs you linked and fixed this issue in #68.