Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joergbrech/truncated-taylor-series

An interactive widget demonstrating truncated Taylor series approximations based on jupyter and voila
https://github.com/joergbrech/truncated-taylor-series

Last synced: 2 months ago
JSON representation

An interactive widget demonstrating truncated Taylor series approximations based on jupyter and voila

Awesome Lists containing this project

README

        

# Truncated Taylor series Approximation

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/joergbrech/truncated-taylor-series/main)
[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-sa/4.0/)

This is a simple web app demonstrating the truncated Taylor series approximation of a function. [Click here](https://share.streamlit.io/joergbrech/truncated-taylor-series/main) to launch the app. This app is built using python and streamlit.

![](screenshot.PNG)

To run locally, enter the following commands into a terminal to install all requirements first:

```
git clone https://github.com/joergbrech/truncated-taylor-series.git
cd truncated-taylor-series
pip install -r requirements.txt
```

Start the app with

```
streamlit run streamlit_app.py
```

Your browser should now open and display the app.