I want to launch Jupyter notebook with Django so I can e.g. access Django database within Jupyter notebook.
I've read this post:
How to setup Jupyter/IPython notebook for Django?
but seems like its solutions assume working with Python 2. So when I run it I get an error "Could not find a kernel matching Python 2".
So, what are the steps to bind Jupyter notebook to Django application and Python3?