You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to open a markdown file with empty frontmatter in Jupyter Lab raises an AttributeError. E.g., consider the simple document.
------
This file has empty frontmatter.
Loading the yaml frontmatter returns None, and it is not possible to open the notebook. Adding a dummy variable resolves the issue because the frontmatter is not None. If there is no frontmatter block, the Python representation presumably defaults to an empty dict which avoids the error.
Attempting to open a markdown file with empty frontmatter in Jupyter Lab raises an
AttributeError
. E.g., consider the simple document.Loading the yaml frontmatter returns
None
, and it is not possible to open the notebook. Adding a dummy variable resolves the issue because the frontmatter is notNone
. If there is no frontmatter block, the Python representation presumably defaults to an emptydict
which avoids the error.This is on macOS 13.3.1 with Python 3.10 and the following dependencies.
The text was updated successfully, but these errors were encountered: