2016年6月28日 星期二

RuntimeError: Failed to import pydot

summarize:

  1. install C-version of graphviz using 'sudo apt-get install graphviz' if ubuntu, 'brew install graphviz' if OSX
  2. pip install pydot ( if it fails to import pydot in later 
  3. pip install graphviz


cite: https://github.com/Theano/Theano/issues/1801

2016年6月26日 星期日

run Jupyter Notebook on server and access in windows client

setting SSH Tunneling with Windows and Putty

https://www.digitalocean.com/community/tutorials/how-to-set-up-a-jupyter-notebook-to-run-ipython-on-ubuntu-16-04