1config BR2_PACKAGE_PYTHON_IPYTHON 2 bool "python-ipython" 3 depends on BR2_PACKAGE_PYTHON3 4 select BR2_PACKAGE_PYTHON_BACKCALL # runtime 5 select BR2_PACKAGE_PYTHON_DECORATOR # runtime 6 select BR2_PACKAGE_PYTHON_JEDI # runtime 7 select BR2_PACKAGE_PYTHON_PICKLESHARE # runtime 8 select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime 9 select BR2_PACKAGE_PYTHON_PYGMENTS # runtime 10 select BR2_PACKAGE_PYTHON_PEXPECT # runtime 11 select BR2_PACKAGE_PYTHON_TRAITLETS # runtime 12 help 13 IPython is a command shell for interactive computing in 14 multiple programming languages, originally developed for the 15 Python programming language, that offers enhanced 16 introspection, rich media, additional shell syntax, tab 17 completion, and rich history. 18 19 http://ipython.org/ 20