Config.in 406 B

12345678910
  1. config BR2_PACKAGE_PYTHON_IPYTHON
  2. bool "python-ipython"
  3. depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
  4. help
  5. IPython is a command shell for interactive computing in multiple
  6. programming languages, originally developed for the Python
  7. programming language, that offers enhanced introspection, rich
  8. media, additional shell syntax, tab completion, and rich history.
  9. http://ipython.org/