Welcome to the Allen Cell Discussion Forum, the official community site for Allen Institute for Cell Science! This forum is a place for learning, helping, and sharing experiences of using our publicly-available cell lines, plasmids, genomic data, software, and analytic tools.
Get started: read our new user guide and know our community guidelines.
Very new to coding, and attempting to install and run the Allen Classic Image Segmentation. The installation went smooth until the very last step, Step 3.3 Test Segmenter. Here is the error I get:
(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.
Any help would be greatly appreciated. Jupyter Notebook (anaconda3) is installed
(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.
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 “~”.
That’s correct, and when I run “jupyter notebook” (sorry for the quotes, I’m not sure how to make commands appear as code format, the jupyter notebook browser app does indeed open and I can open, among other things, the Look Up Table Demo. Also, I can no longer type in the Anaconda prompt and it indicates it is a jupyter notebook (I’m not sure if this is normal).