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

MyST version is a float instead of a string #1237

Open
cpitclaudel opened this issue May 20, 2024 · 0 comments
Open

MyST version is a float instead of a string #1237

cpitclaudel opened this issue May 20, 2024 · 0 comments

Comments

@cpitclaudel
Copy link

Trying to open a MySTNB file in Jupyter leads to the following error:

      File "…/jupytext/formats.py", line 445, in check_file_version
        if (fmt.min_readable_version_number or current) <= version <= current:

This seems to be due to missing quotes around the myST version here?

def myst_version():
"""The version of myst."""
return 0.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant