Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/selimchraibi/cdo-lab

Lab - Convex and Distributed Optimization course - winter 2019. (http://bit.ly/2P4VuRM)
https://github.com/selimchraibi/cdo-lab

Last synced: 13 days ago
JSON representation

Lab - Convex and Distributed Optimization course - winter 2019. (http://bit.ly/2P4VuRM)

Awesome Lists containing this project

README

        

If you haven't already, please install [Anaconda](https://www.anaconda.com/distribution/).

To get started with the `lab.ipynb` notebook, create an environment using the `dependencies.yml` file:

```bash
conda env create --file dependencies.yml
conda activate cdo
ipython kernel install --name=cdo
```
You can now launch jupyter:
```bash
jupyter lab
```
Once in jupyter, open `lab.ipynb` and select `Kernel -> Change kernel -> Python [conda env:cdo]`.