https://github.com/soreana/fuzzy-resource-allocator
https://github.com/soreana/fuzzy-resource-allocator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soreana/fuzzy-resource-allocator
- Owner: soreana
- Created: 2022-11-16T13:39:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T13:59:46.000Z (over 2 years ago)
- Last Synced: 2025-01-25T23:16:44.928Z (4 months ago)
- Language: Jupyter Notebook
- Size: 788 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fuzzy Resource allocator
Install the following package
* matplotlib
* jupyterlab
* numpy
* pandasMy python version was 3.10.6, but the code should work with python version 3.6+, I didn't use any magical thing in background.
## Run
```bash
sina@ccc ~ []$ pip install matplotlib jupyterlab numpy pandas # access libraries
sina@ccc ~ []$ jupyter-lab --generate-config # generate configuration
sina@ccc ~ []$ vim .jupyter/jupyter_lab_config.py # edit the "c.ServerApp.notebook_dir" field and change it to the directory were you cloned this project for example c.ServerApp.notebook_dir = u'/root/labs/'
sina@ccc ~ []$ jupyter-lab # run jupyter, it gives you a link to access the web interface
```## TODO
* add references
* add docker
* add more algorithms
* add Documentations
* make it run on githubhttps://matplotlib.org/stable/gallery/misc/table_demo.html#sphx-glr-gallery-misc-table-demo-py