# Replace <ENV> with a new name for your environment # Replace <PACKAGE> with the name of a package you want to install in your environment conda create -n <ENV> <PACKAGE> ipykernel
# Replace <ENV> with a new name for your environment # Replace <PACKAGE> with the name of a package you want to install in your environment conda create -n <ENV> <PACKAGE> ipykernel