Error when running Look Up Table Demo Classic Image Segmentation

Hi Jainxu,

Sorry about leaving that out. Here you go:

(segmentation) C:\Projects\aics-segmentation>cd C:\Projects\aics-segmentation\lookup_table_demo

(segmentation) C:\Projects\aics-segmentation\lookup_table_demo>jupyter notebook, choose anaconda installer.
Traceback (most recent call last):
File “C:\Users\elcid\anaconda3\envs\segmentation\Scripts\jupyter-script.py”, line 10, in
sys.exit(main())
File “C:\Users\elcid\anaconda3\envs\segmentation\lib\site-packages\jupyter_core\command.py”, line 247, in main
command = _jupyter_abspath(subcommand)
File “C:\Users\elcid\anaconda3\envs\segmentation\lib\site-packages\jupyter_core\command.py”, line 134, in _jupyter_abspath
‘Jupyter command {} not found.’.format(jupyter_subcommand)
Exception: Jupyter command jupyter-notebook, not found.

(segmentation) C:\Projects\aics-segmentation\lookup_table_demo>

Two things that may be of note. If I simply type the command “jupyter notebook” it does indeed open up the Jupyter Notebook App in my browser. I am then unable to type any longer in my anaconda prompt which now indicates it is a jupyter notebook. In addition, according to the git.hub instructions, when installing the packages, this is the command: cd ~/Projects/aics-segmentation

When I include the “~” this command returns an error, but if I leave it out it works. Not sure if that is important as I get the packages to install without issues when leaving out the “~”.

Thanks,
Aidan