mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-22 10:28:02 +00:00
6 lines
185 B
Python
6 lines
185 B
Python
c = get_config()
|
|
|
|
# Export all the notebooks in the current directory to the sphinx_howto format.
|
|
c.NbConvertApp.notebooks = ["notebook2.ipynb"]
|
|
c.NbConvertApp.export_format = "python"
|