- Moved optional pip packages to requirements_extra.txt

- Added documentation in Coding-Introduction.md for how to enable Jupyter notebook support
This commit is contained in:
duysqubix 2020-12-17 15:34:39 +00:00
parent e70a731e7f
commit 9605e3e64d
3 changed files with 34 additions and 4 deletions

View file

@ -14,3 +14,8 @@ service_identity >= 18.1.0
# AWS-storage contrib
boto3 >= 1.4.4
botocore >= 1.15
# Jupyter Notebook support
jupyter >= 1.0.0
ipython >= 7.19.0
django-extensions >= 3.1.0