Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danielgafni/masters
- Owner: danielgafni
- Created: 2020-12-03T16:49:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T10:52:09.000Z (over 2 years ago)
- Last Synced: 2024-05-02T21:27:31.555Z (6 months ago)
- Language: Jupyter Notebook
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```