mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 22:55:10 +00:00
11 lines
340 B
Text
11 lines
340 B
Text
[console_scripts]
|
|
iptest = IPython.testing.iptestcontroller:main
|
|
iptest2 = IPython.testing.iptestcontroller:main
|
|
ipython = IPython:start_ipython
|
|
ipython2 = IPython:start_ipython
|
|
|
|
[pygments.lexers]
|
|
ipython = IPython.lib.lexers:IPythonLexer
|
|
ipython3 = IPython.lib.lexers:IPython3Lexer
|
|
ipythonconsole = IPython.lib.lexers:IPythonConsoleLexer
|
|
|