Skip to content
New issue

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

fix jupytext conversion data for bayes_nonconj #14

Merged
merged 2 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ sphinx:
url: https://johnstachurski.net/
header_organisation_url: https://quantecon.org
header_organisation: QuantEcon
repository_url: https://github.com/QuantEcon/lecture-stats.myst
repository_url: https://github.com/QuantEcon/lecture-stats
nb_repository_url: https://github.com/QuantEcon/lecture-stats.notebooks
twitter: quantecon
twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
Expand Down
6 changes: 2 additions & 4 deletions lectures/bayes_nonconj.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
jupytext:
text_representation:
extension: .myst
extension: .md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kp992 the extension should remain md usually. Has this changed in jupytext?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah sorry diff was the wrong way around in my head 👍

format_name: myst
format_version: 0.13
jupytext_version: 1.13.8
kernelspec:
display_name: Python 3 (ipykernel)
display_name: Python 3
language: python
name: python3
---
Expand Down
Loading