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

Update Markdown Tables on Notebooks #54

Closed
Cyb3rWard0g opened this issue Feb 18, 2022 · 5 comments · Fixed by #56
Closed

Update Markdown Tables on Notebooks #54

Cyb3rWard0g opened this issue Feb 18, 2022 · 5 comments · Fixed by #56
Labels

Comments

@Cyb3rWard0g
Copy link
Collaborator

Cyb3rWard0g commented Feb 18, 2022

executablebooks/MyST-Parser#430

@Cyb3rWard0g
Copy link
Collaborator Author

Current version: myst-parser==0.15.2

@Cyb3rWard0g
Copy link
Collaborator Author

Updated to version: myst-parser==0.17.0 and I did not get the same error:

in render_table assert token.children and len(token.children) > 1 AssertionError

@Cyb3rWard0g
Copy link
Collaborator Author

Another error
myst-nb 0.13.2 requires myst-parser~=0.15.2, but you have myst-parser 0.17.0 which is incompatible

@Cyb3rWard0g
Copy link
Collaborator Author

Cyb3rWard0g commented Feb 18, 2022

With updated myst-parser I now get the following error:

  File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\myst_parser\main.py", line 235, in default_parser
    raise NotImplementedError(
NotImplementedError: default_parser has been deprecated and replaced by create_md_parser.You must also supply the renderer class directly to create_md_parser.

@Cyb3rWard0g
Copy link
Collaborator Author

I had to revert to

myst-nb 0.13.2 requires myst-parser~=0.15.2

and simply removed empty tables

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

Successfully merging a pull request may close this issue.

1 participant