JovianHQ / jovian-py

Collaboration platform for data science projects & Jupyter notebooks
https://www.jovian.ai
112 stars 31 forks source link

Implemented file extension whitelist #156

Closed rohitsanj closed 4 years ago

rohitsanj commented 4 years ago

Default whitelist is [".ipynb", ".yml", ".yaml", ".py", ".txt", ". csv", ".tsv"]

To override it, set custom whitelist in "DEFAULT_CONFIG" of credentials.json.

Also, refactored the code to make it more readable.

rohitsanj commented 4 years ago

Seems like there is a circular import, fixing now