Apakah jupyter notebook datang dengan Anaconda di Ubuntu

#You have to write this command after installing anaconda in ubuntu to-
#all the libraries
conda update --all --yes

#After this is done, you can initize any library like windows
jupyter notebook
Lovely Locust