how to open Jupyter notebook in chrome on windows admin November 11, 2018 Python 0 Comments Just make chrome as a default browser and launch the jupyter . It will work Related Posts Write a Hello World Python Program in linux zendnwar March 8, 2016 $ vim zendanwar.py #!/usr/bin/python # Hello world python program print “Hello python Wor .. Python List Comprehensions zendnwar March 17, 2016 >>> sqr = >>> for i in range(10): sqr.append(i**2) >>> sqr 0, 1, 4, ..