conf.json 217 B

123456789101112
  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. }
  11. }
  12. }