how to check python version in linux? zendnwar March 8, 2016 Python, Uncategorized 5 Comments It’s very simple: python –version or python -V Related Posts Difference between lamda and def in Python zendnwar March 18, 2016 def can contain multiple expressions whereas lamda is a single expression function def creates .. 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 ..