Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fractalate/simulation-strings

Simulations of Strings
https://github.com/fractalate/simulation-strings

numpy physics python simulation strings

Last synced: 18 days ago
JSON representation

Simulations of Strings

Awesome Lists containing this project

README

        

# Simulations of Strings

Welcome to my simulations of string repository!

* [Journal (Notebook)](./Journal.ipynb)

## Python

To set up a Python virtual environment, from the root of this project:

```
python3 -m venv venv
source venv/bin/activate
```

Then install dependencies:

```
pip install jupyter matplotlib numpy scipy
```

When returning to the project, activate your Python virtual environment again:

```
source venv/bin/activate
```

Notebooks are distributed throughout the project, so you can open up Jupyter in the root of this project:

```
jupyter notebook
```