Install jupyter ipython & django-extensions
:
$ pip install jupyter ipython django-extensions
then append django_extensions
in file settings.py
under INSTALLED_APPS
section
INSTALLED_APPS = [
...
'django_extensions',
]
And then let’s run jupyter notebook
md notebooks
cd ./Notebooks
call python ../project/manage.py shell_plus --notebook