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 Data structure in python zendnwar March 17, 2016 Python list >>> arr = 22, 33, 44, 55, 66, 77, 1, 2, 3, 4, 5, 6 >>> arr 22, 33 .. How to check python version ? admin April 9, 2017 python -V ..