-
-
Notifications
You must be signed in to change notification settings - Fork 698
Closed
Description
-
Go to any interactive help sheet in the notebook.
-
Go the very very bottom cell, below the text.
-
Press shift enter.
-
I get this traceback in the server log:
...
cell.evaluate(username = self.username)
exceptions.AttributeError: TextCell instance has no attribute 'evaluate'
It's bad form getting tracebacks in the server log, though everything continues
to work fine. The fix is to figure out why a text cell is having evaluate called
on it. Is the bottom cell somehow incorrectly set to be a text cell?
Component: notebook
Work Issues: Still a problem?
Issue created by migration from https://trac.sagemath.org/ticket/3986