The notebook https://cocalc.com/share/public_paths/05ebc375f37dbad26864086873499c62d8090af2 runs fine in CoCalc using the kernel Python 3 (systemwide). When I use it with SageCell with Python kernel, the cell
import matplotlib.pyplot as plt %matplotlib inline gives a syntax error. However this cell runs fine when I use the SageMath kernel in SageCell, but then the line chareq = chareq.cancel().collect(s) gives an error AttributeError: 'sage.symbolic.expression.Expression' object has no attribute 'cancel' as can be seen at https://dahn-research.eu/Experimental/CheatSheet.html I couldn't check the notebook with a Sage kernel in CoCalc as that doesn't find the tbcontrol library even if I try to install it in the project using pip install or pip3 install. Would it be possible to use the CoCalc Python 3 systemwide with SageCell? NB: I didn't observe any whitespace problem so far. -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/3f7bdd43-c0fd-4dd4-b843-34cbc6fcf1cen%40googlegroups.com.
