Adding jupyter notebook support to the AWX development environment

* Jupyter starts alongside the other awx services and is available on
  0.0.0.0:8888
* make target: make jupyter
* default settings in settings/development.py
* Added jupyter, matplotlib, numpy to dev dependencies
This commit is contained in:
Matthew Jones
2017-12-05 23:46:18 -05:00
parent 9488105381
commit da0b686369
6 changed files with 30 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ services:
CELERY_RDB_HOST: 0.0.0.0
AWX_GROUP_QUEUES: tower
ports:
- "8888:8888"
- "8080:8080"
- "5555:5555"
- "8013:8013"