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
/opt/conda/lib/python3.7/site-packages/jupytext/header.py:174: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
metadata.update(yaml.load('\n'.join(jupyter))['jupyter'])
Should not we been using
yaml.safe_load()
instead of
yaml.load()
?
The text was updated successfully, but these errors were encountered:
I am getting tons of warnings when I am running:
(version - 1.0.5):
Should not we been using
instead of
?
The text was updated successfully, but these errors were encountered: