syntax highlighting in ipython console

后端 未结 2 1131
北海茫月
北海茫月 2021-01-04 12:17

I am using ipython both in qtconsole and in the terminal

In ipython-qtconsole, when I type import pandas as pd the

2条回答
  •  难免孤独
    2021-01-04 12:25

    Jupyter, ipython's spin-off for notebooks, provides the command jupyter console, which is precisely what you (and I) are looking for.

提交回复
热议问题