# 11. Create Python Kernel in Jupyter Notebook



# Python kernel jupyter notebook

```bash
python -m ipykernel install --user --name pytorch-env --display-name "Python (pytorch-env)"
```