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 Database connection between python & mysql zendnwar November 29, 2015 #!/usr/bin/python import MySQLdb db = MySQLdb.connect(“localhost”,”user” .. django.db.utils.OperationalError: no such table: auth_user admin December 26, 2018 just run below command from root directory.>>>python manage.py migrate ..