Metadata-Version: 2.4
Name: sumitENV
Version: 0.3.0
Summary: Run sumit403.p4() in an isolated conda environment without crashing your Jupyter kernel
License: MIT
Keywords: pytorch,jupyter,conda,isolated,environment,sumit403
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# sumitENV

One function to fix Jupyter kernel crashes from `sumit403.p4()`.

## Install

```bash
pip install sumitENV
```

## Usage

Run this **once** in any Jupyter cell:

```python
import sumitENV
sumitENV.env()
```

It will:
1. Create a fresh conda environment (`p4_env`)
2. Install PyTorch + sumit403 into it
3. Register it as a Jupyter kernel

Then just **switch your kernel** to `Python (p4_env)` from the Kernel menu and run your code normally — no crashes, no restarts.

## Requirements

- Anaconda or Miniconda
