awslabs / mlmax

Example templates for the delivery of custom ML solutions to production so you can get started quickly without having to make too many design choices.
https://mlmax.readthedocs.io/en/latest/
Apache License 2.0
66 stars 19 forks source link

Removed ipython_config.py, inline with ipython's patch to CVE-2022-21699 #98

Closed verdimrc closed 2 years ago

verdimrc commented 2 years ago

Remove ipython_config.py to align to latest ipython behavior described in https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#ipython-8-0-1-cve-2022-21699/

This means that for notebooks/.ipynb files to recognize modules under src/, need to do an editable pip install to virtual environment.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.