Metadata-Version: 2.4
Name: seeq-data-lab-env-mgr
Version: 0.7.0
Summary: Data Lab Environment Manager
Home-page: https://github.com/seeq12/seeq-data-lab-env-mgr
Author: Seeq Corporation
Author-email: support@seeq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ipywidgets>=7.7.0
Requires-Dist: ipython>=8.1.0
Requires-Dist: mixpanel>=4.10.0
Requires-Dist: nbformat>=5.4.0
Requires-Dist: pandas<3.0.0,>=1.5.0
Requires-Dist: requests
Requires-Dist: seeq
Requires-Dist: seeq-spy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Data Lab Environment Manager

`Data Lab Environment Manager` is a tool that helps Seeq Data Lab users transition their Notebooks between different Python versions, manage projects, and handle Python packages effectively.


## Installation

```bash
pip install seeq_data_lab_env_mgr
```

## Usage

To access the tool:

```python
from seeq.data_lab_env_mgr import DataLabEnvMgr
DataLabEnvMgr()
```

For detailed documentation, please visit our [User Guide](https://support.seeq.com/kb/latest/cloud/user-guide-data-lab-environment-manager).
