Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielgafni/masters

my master's thesis
https://github.com/danielgafni/masters

Last synced: 15 days ago
JSON representation

my master's thesis

Awesome Lists containing this project

README

        

# masters
my master's thesis

# Launch Jupyter with a virtual screen
```bash
xvfb-run -s "-screen 0 1400x900x24" poetry run jupyter notebook
```

# Installation
## System dependencies
* swig

## Python dependencies
```bash
poetry install
```