# Python

# Create Python environment

Below is an example on how you create a Conda environments with Python and IPython kernel from your workbench terminal::

mamba create -n <name> 'python~=3.10.*' 'ipykernel' 'pip' 'ipywidgets>=8.0.2,<9.0.0'
Last Updated: 5/15/2024