Notebooks that use proprietary libraries should make it clear when importing the proprietary library. E.g.
Notebook:
sample-notebooks/Cloud/IPYNB/Predict+outdoor+equip+purchases+ML+Python+FINAL.ipynb
Import:
from repository.mlrepositoryclient import MLRepositoryClient
As a user I want to know when proprietary libraries are being imported so that:
- I know the places that will break if I try to run my notebook outside of dsx
- I know where to go for documentation/support on the functionality provided by the library