标签: jupyter-notebook
我写了下面的代码。
from sympy import * x = symbols("x", real=True) diff(x**(1/2), x)
现在Jupyter显示代码的输出。
你能告诉我输出方式如下吗?