Shoaib Khan

Results 7 comments of Shoaib Khan

Thansk a lot for this, I was able to deploy it. However, there is one problem I get into. i.e. disqus comments. When I publish the site locally I can...

**yeah that was it.** , I went from this `{% if page.comments != false and jekyll.environment == "production" %}` to `{% if page.comments != false %}` Thanks a lot!

I got it to work, use the following guide http://dasonk.com/blog/2012/10/09/Using-Jekyll-and-Mathjax

`update:` mathjax will work locally but wont on github pages if one uses the http address mentioned in the above link, just add `s` after `http` i.e make it `https`...

I believe this conversation is progressing well, but I'd like to introduce a new idea. It might not be a straightforward "lift and shift" solution, but it's something just worth...

@bletham I want to throw an idea into this mix, which I have implemented in linear regression models I maintain at work. Now this isn't using Prophet but simple linear...

Thanks @bletham , I am glad that you found that useful.