Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kimushun1101/feedback-control-systems

Feedback control systems simulation templates on ipynb
https://github.com/kimushun1101/feedback-control-systems

jupyter-notebook python

Last synced: 2 days ago
JSON representation

Feedback control systems simulation templates on ipynb

Awesome Lists containing this project

README

        

# Feedback control systems on ipynb

## environment

- [Python](https://www.python.org/downloads/)
- (Recommended) [Poetory](https://python-poetry.org/docs/#installing-with-the-official-installer)
- (Recommended) [VS Code](https://code.visualstudio.com/download)

## install

```
poetry install
```
or
```
pip install -r requirements.txt
```

## Usage

1. Open this directory on VS Code,
or
```
poetry run jupyter lab
```
or

```
jupyter lab
```
2. Open each `.ipynb` file.

## License

[MIT](https://github.com/kimushun1101/feedback-control-systems/blob/main/LICENSE)