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
I'm testing a plugin for NBGrader, and getting the following errors [backslash wrapping by me]:
..../python3.11/site-packages/nbgrader/nbgraderformat/v1.py:119: DeprecationWarning: typing.io is deprecated, \
import directly from typing instead. typing.io will be removed in Python 3.12.
def read_v1(source: typing.io.TextIO, as_version: int, **kwargs: typing.Any) -> NotebookNode:
and
..../python3.11/site-packages/nbgrader/api.py:1013: SADeprecationWarning: User-placed attribute Grade.cell_type \
on Mapper[Grade(grade)] is replacing an existing class-bound attribute of the same name. Behavior is not fully \
defined in this case. This use is deprecated and will raise an error in a future release
Grade.cell_type = column_property(
The text was updated successfully, but these errors were encountered:
I'm testing a plugin for NBGrader, and getting the following errors [backslash wrapping by me]:
and
The text was updated successfully, but these errors were encountered: