Skip to content

Commit

Permalink
bounds isolated (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Jun 21, 2023
1 parent c5ab740 commit e46a601
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions book/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
# cvxrisk

[![PyPI version](https://badge.fury.io/py/cvxrisk.svg)](https://badge.fury.io/py/cvxrisk)
[![Apache 2.0 License](https://img.shields.io/badge/License-APACHEv2-brightgreen.svg)](https://github.com/cvxgrp/cvxrisk/blob/main/LICENSE)
[![PyPI download month](https://img.shields.io/pypi/dm/cvxrisk.svg)](https://pypi.python.org/pypi/cvxrisk/)


## Poetry

We assume you share already the love for [Poetry](https://python-poetry.org). Once you have installed poetry you can perform

```bash
poetry install
```

to replicate the virtual environment we have defined in pyproject.toml.

## Kernel

We install [JupyterLab](https://jupyter.org) within your new virtual environment. Executing

```bash
./create_kernel.sh
```

constructs a dedicated [Kernel](https://docs.jupyter.org/en/latest/projects/kernels.html) for the project.
[README](../../README.md)

0 comments on commit e46a601

Please sign in to comment.