跳至主要內容
Ubuntu系统下部署在线Jupyter Notebook
更新软件 安装jupyter 生成配置文件 此时会在/root/.jupyter下生成一个配置文件jupyternotebookconfig.py 在该文件的头部添加以下内容并保存: 上图中的密码可以使用如下方式生成: 进入Python环境: 输入密码并确认密码后会生成一个SHA1加密的密码,保存下来。 运行jupyter notebook 返回到主目...

yczha2020年3月16日小于 1 分钟ubuntu操作系统jupyterubuntu
Ubuntu16.04、Ubuntu17.10下编译安装PCL1.8

摘要:这篇文章给出在Ubunt16.04版本和Ubuntu17.10版本下编译安装PCL1.8的解决方案。安装的麻烦之处在于需要安装很多依赖库。


yczha2020年3月6日大约 2 分钟ubuntu操作系统PCLubuntu
解决ubuntu14.04使用matplotlib报错问题

在ubuntu14.04系统下使用Python3.5编程,在使用matplotlib的pyplot时报错:

_tkinter.TclError: no display name and no $DISPLAY environment variable

yczha2020年2月25日小于 1 分钟ubuntu操作系统ubuntu