Jswig / convex-env

Python environment for convex optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convex-env

Anders Poirel

Python environment for convex optimization.

Requirements

Usage

Clone this repository. In this directory, install the environment

conda env create -f environment.yml

Activate the environment

conda activate cvxpy

In Jupyter Lab, the correct notebook kernel will likely not appear by default. To solve this, use

python -m ipykernel install --user --name cvxpy

To run a notebook in this environment, use

jupyter lab

And then

License

This repository is license under the MIT License

About

Python environment for convex optimization

License:MIT License