https://github.com/matthiaskoenig/modelling_ws2018
Material for modelling tutorials (Humboldt University Berlin, WS2018)
https://github.com/matthiaskoenig/modelling_ws2018
Last synced: 4 months ago
JSON representation
Material for modelling tutorials (Humboldt University Berlin, WS2018)
- Host: GitHub
- URL: https://github.com/matthiaskoenig/modelling_ws2018
- Owner: matthiaskoenig
- Created: 2018-11-22T23:39:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T17:30:44.000Z (over 6 years ago)
- Last Synced: 2025-01-04T20:24:59.346Z (5 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 20.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modelling tutorial (WS2018)
Python based practical tutorial at Humboldt University Berlin, Institute for Biology
- We will use `python3` with a few core packages like `numpy`, `scipy`, `pandas` and `matplotlib`.
- Recommended to bring own laptop to follow alongFor questions please contact
[email protected]## Content
[01 Boolean networks & Cellular automata](01_boolean_cellular/01_boolean_cellular.ipynb)## Setup virtual environment
The notebooks can be executed in a virtual environment.
```bash
mkvirtualenv modelling --python=python3
(modelling) pip install -r requirements.txt
(modelling) pip install ipykernel jupyterlab
ipython kernel install --user --name=modelling
(modelling) jupyter lab
```