How to check python version ? admin April 9, 2017 Python 0 Comments python -V Related Posts Python Lists as Stacks zendnwar March 17, 2016 >>> stack = 11,22,33,44,55,66,77 >>> stack.append(88) >>> stack 11, .. how to open Jupyter notebook in chrome on windows admin November 11, 2018 Just make chrome as a default browser and launch the jupyter . It will work ..