jupyter_nbconvert_config.json 351 B

12345678910111213
  1. {
  2. "Exporter": {
  3. "template_path": [
  4. ".",
  5. "/usr/lib/python2.7/site-packages/jupyter_contrib_nbextensions/templates"
  6. ],
  7. "preprocessors": [
  8. "jupyter_contrib_nbextensions.nbconvert_support.CodeFoldingPreprocessor",
  9. "jupyter_contrib_nbextensions.nbconvert_support.PyMarkdownPreprocessor"
  10. ]
  11. },
  12. "version": 1
  13. }