I just deployed Azure Machine Learning with Python notebook. When I want create table with sqlite db: there is an error:
OperationalError: database is locked
On local instance code works fine. Is there possibility to simply connect with sqlite db which is in same folder that notebook is?