Metadata-Version: 2.1
Name: OptiLabFE
Version: 0.4
Summary: Front-end for Parallel-OptiLab package
Home-page: https://www.parallel-ai.com
Author: Parallel team
Author-email: fede.campe@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# optilabtech-python-sdk

Python front-end for custom client model specification.

### Install package
```
conda create optilabtech-python-sdk python=3.7
source activate optilabtech-python-sdk
python -m pip install -e .
```

### Start Jupyter
```
cd notebooks
jupyter lab
```

### Open in your browser
```
$DEFAULT_WEB_BROWSER http://localhost:8888
```

### Contribution instructions
1. Change version in setup.py
2. git commit
3. git push


