All Projects → mpastell → Pweave

mpastell / Pweave

Licence: other
Pweave is a scientific report generator and a literate programming tool for Python. It can capture the results and plots from data analysis and works well with numpy, scipy and matplotlib.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Pweave

Itkwidgets
Interactive Jupyter widgets to visualize images, point sets, and meshes in 2D and 3D
Stars: ✭ 338 (-13.11%)
Mutual labels:  jupyter, reproducible-research
Ten Rules Jupyter
Ten Simple Rules for Writing and Sharing Computational Analyses in Jupyter Notebooks
Stars: ✭ 204 (-47.56%)
Mutual labels:  jupyter, reproducible-research
Vimpyter
Edit your Jupyter notebooks in Vim/Neovim
Stars: ✭ 308 (-20.82%)
Mutual labels:  jupyter
Kubespawner
Kubernetes spawner for JupyterHub
Stars: ✭ 353 (-9.25%)
Mutual labels:  jupyter
Sacred
Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.
Stars: ✭ 3,678 (+845.5%)
Mutual labels:  reproducible-research
Funflow
Functional workflows
Stars: ✭ 318 (-18.25%)
Mutual labels:  reproducible-research
Kernel gateway
Jupyter Kernel Gateway
Stars: ✭ 337 (-13.37%)
Mutual labels:  jupyter
Oauthenticator
OAuth + JupyterHub Authenticator = OAuthenticator
Stars: ✭ 299 (-23.14%)
Mutual labels:  jupyter
Hydrogen
Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.
Stars: ✭ 3,763 (+867.35%)
Mutual labels:  jupyter
Tqdm
A Fast, Extensible Progress Bar for Python and CLI
Stars: ✭ 20,632 (+5203.86%)
Mutual labels:  jupyter
Jupyterlab Dash
An Extension for the Interactive development of Dash apps in JupyterLab
Stars: ✭ 342 (-12.08%)
Mutual labels:  jupyter
Homemade Machine Learning
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
Stars: ✭ 18,594 (+4679.95%)
Mutual labels:  jupyter
Perspective
A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Stars: ✭ 3,989 (+925.45%)
Mutual labels:  jupyter
Hide code
Code, prompt and output hiding for Jupyter/IPython notebooks.
Stars: ✭ 339 (-12.85%)
Mutual labels:  jupyter
Ielixir
Jupyter's kernel for Elixir programming language
Stars: ✭ 312 (-19.79%)
Mutual labels:  jupyter
Quantitative Notebooks
Educational notebooks on quantitative finance, algorithmic trading, financial modelling and investment strategy
Stars: ✭ 356 (-8.48%)
Mutual labels:  jupyter
Spyder Notebook
Jupyter notebook integration with Spyder
Stars: ✭ 298 (-23.39%)
Mutual labels:  jupyter
Vscodejupyter
Jupyter for Visual Studio Code
Stars: ✭ 337 (-13.37%)
Mutual labels:  jupyter
Ipykernel
IPython Kernel for Jupyter
Stars: ✭ 386 (-0.77%)
Mutual labels:  jupyter
Dockerspawner
Spawns JupyterHub single user servers in Docker containers
Stars: ✭ 368 (-5.4%)
Mutual labels:  jupyter

.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.44683.svg :target: http://dx.doi.org/10.5281/zenodo.44683 .. image:: https://travis-ci.org/mpastell/Pweave.svg?branch=master :target: https://travis-ci.org/mpastell/Pweave .. image:: https://coveralls.io/repos/github/mpastell/Pweave/badge.svg?branch=master :target: https://coveralls.io/github/mpastell/Pweave?branch=master

About Pweave

Pweave is a scientific report generator and a literate programming tool for Python. Pweave can capture the results and plots from data analysis and works well with NumPy, SciPy and matplotlib. It is able to run python code from source document and include the results and capture matplotlib <http://matplotlib.sourceforge.net/>_ plots in the output.

Pweave is good for creating reports, tutorials, presentations etc. with embedded python code It can also be used to make websites together with e.g. Sphinx or rest2web.

Features:

  • Python 3.4, 3.5 and 3.6 compatibility

  • Code is run using jupyter_client giving the possibility to run code using any installed kernel (including python2) via --kernel argument. Some chunk options only work for Python.

  • Support for IPython magics and rich output.

  • Produce reST, Sphinx, Latex, HTML and markdown (pandoc and leanpub) output from several input formats.

    • Noweb uses noweb <http://www.cs.tufts.edu/~nr/noweb/>_ syntax for separating code from documentation.
    • Markdown. Run code from markdown code blocks.
    • Script. Python script with special markup in comments.
  • Execute python code in the chunks and capture input and output to a report.

  • Use hidden code chunks, i.e. code is executed, but not printed in the output file.

  • Capture matplotlib graphics.

  • Evaluate inline code in documentation chunks marked using <% %> and <%= %>.

  • Cache all code and results from previous runs for fast report generation when you are only working with documentation. Inline code will be hidden in documentation mode.

  • Supports reST, LaTeX, HTML or markdown for document chunks

  • Publish reports from Python scripts. Similar to R markdown.

  • Run from command line or interpreter.

Install

From PyPi::

pip install --upgrade Pweave

with conda::

conda install -c conda-forge pweave

or download the source and run::

python setup.py install

Pweave documentation can be found from the website http://mpastell.com/pweave

Release Notes

See CHANGELOG.txt <https://github.com/mpastell/Pweave/blob/master/CHANGELOG.txt>_ for changes in each release.

License information

See the file "LICENSE" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].