We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# ---------------- # sphinx-tojupyter # ---------------- tojupyter_static_file_path = ["source/_static", "_static"] tojupyter_kernels = { "python3": { "kernelspec": { "display_name": "Python", "language": "python3", "name": "python3" }, "file_extension": ".py", }, } tojupyter_target_html = True tojupyter_urlpath = "https://python-programming.quantecon.org/" tojupyter_image_urlpath = "https://python-programming.quantecon.org/_static/" tojupyter_lang_synonyms = ["ipython", "ipython3", "python"] tojupyter_images_markdown = True tojupyter_allow_html_only=True
The text was updated successfully, but these errors were encountered:
for pdf
pdf
tojupyter_kernels: python3: kernelspec: display_name: "Python" language: python3 name: python3 file_extension: ".py" tojupyter_images_markdown: true tojupyter_template_path: ../templates/ tojupyter_latex_template: latex.tpl tojupyter_latex_template_book: latex_book.tpl
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: