Thai Thien
Thai Thien
I hosted on heroku for myself (free-dyno) You can use it too: https://nen-hinh-tiet-kiem-data.herokuapp.com/
Somehow Google detect that herokuapp as "Deceptive site ahead" and show red page. Any ideal ?
You can push code from server that host Dokku to the git address in Dokku. Dokku work like heroku. It build app from .git So you must push code. You...
It can work without Dokku but Dokku save your time with Apache and Nginx :v
Yeah, It take me a while to find the option to change it "off" :v
The option to change Black and White on/off is on the extension setting
you can use Dokku. Just push the git on dokku and set let's encrypt ssl, then you have HTTPS ready to go (at cost 10$ a month seem working fine)
I run the notebook without specific any kernel. And papermill execute code without any kernel. I still get error ``` pm.execute_notebook( os.path.join(self.template_path), jupyter_full_path, parameters=param_dict ) ``` `jupyter_client.kernelspec.NoSuchKernel: No such kernel...
So, i think in the code should describe more clearly, such as: - The param contain column name - That column type is boolean: true if that row is validate...
Solution: Need to manually install prince xml into system. Download prince xml here [https://www.princexml.com/download/](https://www.princexml.com/download/) Then install. If you are using ubuntu 18.04, the installation command is: ``` sudo dpkg -i...