QuantEcon / jupinx

Jupyter + Sphinx Utilities and Tools
https://quantecon.github.io/jupinx/
20 stars 4 forks source link

quickstart false bug #83

Closed jstac closed 4 years ago

jstac commented 4 years ago

After running jupinx-quickstart and replying n to Julia, the conf.py file contains the lines

"julia-1.1": false,
"julia-1.2": false,

Here false should be replaced by False.

mmcky commented 4 years ago

thanks for reporting this @jstac this has been fixed in https://github.com/QuantEcon/jupinx/pull/79 but not yet included in the latest release. This will be included in this weeks release through PyPI.

juanbono commented 4 years ago

@mmcky How can install the version you mention above? I installed it via pip install jupinx and it downloaded jupinx 0.2.2 (which has the quickstart bug)