django install with anaconda admin October 22, 2018 Python 0 Comments Just open anaconda cmd & run following command conda install -c anaconda django Related Posts 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 .. Syntax of Python Function zendnwar April 19, 2016 def functionname(parameters): “””docstring””” statement(s) ..