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
Importing mlops in a Jupyter Notebook with Python<3.9 raises errors on the Python 3.9-style type annotations, which are not supported in previous versions. Python>=3.7 can bypass this by importing annotations from __future__. In a notebook environment, this does not seem to have any effect. What can we do to import mlops in a Jupyter Notebook with Python<3.9, short of reverting type annotations to the old style.
The text was updated successfully, but these errors were encountered:
Importing mlops in a Jupyter Notebook with Python<3.9 raises errors on the Python 3.9-style type annotations, which are not supported in previous versions. Python>=3.7 can bypass this by importing
annotations
from__future__
. In a notebook environment, this does not seem to have any effect. What can we do to import mlops in a Jupyter Notebook with Python<3.9, short of reverting type annotations to the old style.The text was updated successfully, but these errors were encountered: