是否可以在Jupyter Notebook中显示如下命令:python manage.py shell_plus --print-sql中的SQL查询?
python manage.py shell_plus --print-sql
我尝试了这个命令python manage.py shell_plus --notebook --print-sql,但它不起作用。
python manage.py shell_plus --notebook --print-sql
https://stackoverflow.com/questions/51362648
相似问题