Closed mmcky closed 6 years ago
@NickSifniotis is this the latest version of the sphinx jupyter converter? I seem to recall having this issue before can't remember how to fix this.
https://github.com/QuantEcon/sphinxcontrib-jupyter/blob/aada7d3160f37d28c3688906f291ac8e6f979ff6/sphinxcontrib/jupyter/writers/translate_code.py#L44
Also should there be python3 here?
python3
Ah - the default conf.py file needs the following:
conf.py
# Configure jupyter headers jupyter_headers = { "python3": [ ], "julia": [ ], }
Fixed in README. Closing.
README
@NickSifniotis is this the latest version of the sphinx jupyter converter? I seem to recall having this issue before can't remember how to fix this.
https://github.com/QuantEcon/sphinxcontrib-jupyter/blob/aada7d3160f37d28c3688906f291ac8e6f979ff6/sphinxcontrib/jupyter/writers/translate_code.py#L44
Also should there be
python3
here?