'No such file or directory when executing jupyter notebook

An error occurred when I executed

jupyter notebook --Notebookapp.allow_origin='https://colab.research.google.com' --port=8871 --Notebookapp.port_retries=0

Specifically,

[C 15:37:58.768 NotebookApp] No such file or directory: /Users/admin/ --port=8871

However these lines run perfectly on my other computer. How can I resolve this issue?

I am using Anaconda distribution.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source