📝 Description of the feature
The current version of serverless throws an error when trying to set up an ADR instance inside of a Jupyter notebook. This seems to be due to some known issue between django and jupyter notebook:
https://stackoverflow.com/questions/61926359/django-synchronousonlyoperation-you-cannot-call-this-from-an-async-context-u
We need to implement a way to be able to support serverless ADR sessions in Jupyter notebook. If this requires changing some settings (like env. variables), we should make sure to do it only if we're running in that environment.
💡 Steps for implementing the feature
No response
🔗 Useful links and references
No response
📝 Description of the feature
The current version of serverless throws an error when trying to set up an ADR instance inside of a Jupyter notebook. This seems to be due to some known issue between django and jupyter notebook:
https://stackoverflow.com/questions/61926359/django-synchronousonlyoperation-you-cannot-call-this-from-an-async-context-u
We need to implement a way to be able to support serverless ADR sessions in Jupyter notebook. If this requires changing some settings (like env. variables), we should make sure to do it only if we're running in that environment.
💡 Steps for implementing the feature
No response
🔗 Useful links and references
No response