/truncated-taylor-series

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

Primary LanguagePythonCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

Truncated Taylor series Approximation

Open in Streamlit License: CC BY-SA 4.0

This is a simple web app demonstrating the truncated Taylor series approximation of a function. Click here to launch the app. This app is built using python and streamlit.

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.