.. reproducible research tutorial file, created by ARichards ====== lpEdit ====== About lpEdit ============ .. INCLUDE ./images/lpEdit-screenshot1.png, ./images/lpEdit-screenshot2.png lpEdit is a software editor created for biologists and other researchers in order to help document analyses---the aim being to ultimately make analyses more reproducible. From simple statistical tests to complicated pipelines involving many gigabytes of data, this tool offers a unified way to document analyses in a transparent way. There are many tools available that encompass the ideas of :doc:`Literate Programming `. However, the challenge of getting the majority of researchers to adopt these practices still remains. This editor offers a simple means to mix code and prose in order to produce reports, presentations and webpages. Here are some screenshots from lpEdit. .. figure:: ../images/lpEdit-screenshot1.png :scale: 20% :align: center :alt: lpEdit screenshot 1 :figclass: align-center .. figure:: ../images/lpEdit-screenshot2.png :scale: 20% :align: center :alt: lpEdit screenshot 2 :figclass: align-center Installation -------------- To download lpEdit visit the `application page `_. or for those who wish to install from source the following works on Debian-based distros. .. code-block:: bash ~$ sudo apt-get install python-qscintilla2 python-qt4 python-numpy python-matplotlib python-sphinx ~$ sudo apt-get install r-base ~$ git clone https://github.com/lpedit-devs/lpedit.git ~$ cd lpedit ~$ sudo python setup.py install ~$ python lpEditStart.py For Windows and OSX check the `lpedit releases `_.