如果想同过一个Web浏览器的方式远程访问服务器上的ipython notebook sever,可通过下面的步骤实现. 服务器:ubuntu14.04 server 客户端:windows/unix/linux均可+浏览器 创建certificate 文件 和 hash密码 In [1]: from IPython.lib import passwd In [2]: passwd() Enter password: Verify password: Out[2]: 'sha1:67c9e60bb…
--查询用户SELECT User, Password, Host FROM user; --创建一个用户,任意主机可以登录%,密码是123456 '; -- 给用户赋予所有权限 GRANT ALL ON *.* TO 'palm'@'%'; -- 刷新数据库 flush privileges; 参见:http://my.oschina.net/u/1179414/blog/202377文章…
PyCharm is a strong IDE for python programmer. Not only because it has a similar face with VS or some other IDEs, but also it provides a convenient way to remote manage codes. But... how to configure it to achieve this is a headache problem. Here I s…