First and foremost, you need to have Anaconda installed.
conda create --name <name_of_env> jupyter
Append jupyter
to the end of your command. Many packages are installed automatically, but you can specify some that aren't. Jupyter is not part of the automatic install list. There is a way to create your own install list, but let's forget that for now.