2
1

Config.in 784 B

12345678910111213141516171819
  1. config BR2_PACKAGE_PYTHON_IPYTHON
  2. bool "python-ipython"
  3. select BR2_PACKAGE_PYTHON3_SQLITE # runtime
  4. select BR2_PACKAGE_PYTHON_DECORATOR # runtime
  5. select BR2_PACKAGE_PYTHON_JEDI # runtime
  6. select BR2_PACKAGE_PYTHON_MATPLOTLIB_INLINE # runtime
  7. select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime
  8. select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
  9. select BR2_PACKAGE_PYTHON_PEXPECT # runtime
  10. select BR2_PACKAGE_PYTHON_STACK_DATA # 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. http://ipython.org/