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 how to check python version in linux? zendnwar March 8, 2016 It’s very simple: python –version or python -V .. How to check Django installed version? admin December 20, 2019 Type the following command in Python shell >>> import django >>> django.get_v ..