
linux
AI414010
图像处理方向研究生,目前就职运动健康算法方向。不随时在线,留言会看。
展开
-
_tkinter.TclError: couldn‘t connect to display “localhost:11.0“【ubuntu使用matplotlib错误】
问题:在ubuntu系统下使用matplotlib时,出现 _tkinter.TclError: couldn't connect to display "localhost:11.0" 错误。 解决办法: 在程序里加上这一句 matplotlib.use('Agg') 原因: 详细解释见知乎大佬 tkinter.TclError: couldn’t connect to display ...原创 2020-11-23 10:42:12 · 4826 阅读 · 0 评论 -
如何使用mobaXterm远程连接jupyter notebook
问题:PC端是windows系统,服务器端是Ubuntu16.04。在PC端使用jupyter notebook调试代码,在服务器上运行。 解决办法:具体如下: 服务器端: 1、安装好ipython和jupyter pip install ipython pip install Jupyter 2、生成配置文件 jupyter notebook --generate-config 3、生成密码 i...原创 2019-12-25 18:19:33 · 6373 阅读 · 4 评论