I've created a new conda environment with `python=...
# beginners-need-help
a
I've created a new conda environment with
python=3.8
, and I've installed kedro and jupyter using
-c conda-forge
. However, I'm getting a "no such command 'jupyter'" error. I've set up Kedro and Jupyter many times before in conda environments, and I can't figure out what I'm doing wrong. Thanks!