Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joergbrech/truncated-taylor-series
- Owner: joergbrech
- License: cc-by-sa-4.0
- Created: 2021-09-18T11:36:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T21:56:46.000Z (about 2 years ago)
- Last Synced: 2023-03-09T18:05:31.767Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 820 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.