Unable to run dash application in jupyter notebook

I haven’t tried it. One question, can I host the app there itself because I would need a shareable link as well?

Yep, you can run Dash on google colab. It looks same with Jupyter Notebook. One note that you should use Jupyter Dash instead of Dash.

You can see an example here: Google Colab

@hoatran I looked at this code but I would need it to be hosted using CircleCI. I am thinking of running the model on the data, getting the data file of the prediction from the Sarima forecasting model uploading that to GitHub and the deployed app picks up the recent data files from the path and shows it on the webpage.