conf.json 243 B

12345678910111213
  1. {
  2. "base_template": "base",
  3. "mimetypes": {
  4. "text/html": true
  5. },
  6. "preprocessors": {
  7. "100-pygments": {
  8. "type": "nbconvert.preprocessors.CSSHTMLHeaderPreprocessor",
  9. "enabled": true,
  10. "style": "default"
  11. }
  12. }
  13. }