.dotfiles/jupyter/.jupyter/jupyter_nbconvert_config.json
2024-05-27 17:58:49 -04:00

13 lines
No EOL
401 B
JSON

{
"version": 1,
"Exporter": {
"extra_template_paths": [
".",
"/usr/local/Caskroom/miniforge/base/envs/ml-nlp-env/lib/python3.11/site-packages/jupyter_contrib_nbextensions/templates"
],
"preprocessors": [
"jupyter_contrib_nbextensions.nbconvert_support.CodeFoldingPreprocessor",
"jupyter_contrib_nbextensions.nbconvert_support.PyMarkdownPreprocessor"
]
}
}