python在ubuntu下有几种安装方法:通过ubuntu官方的apt工具包安装通过PPA(Personal Package Archive) 的apt工具包安装通过编译python源代码安装1、通过ubuntu官方的apt工具包安装sudo apt-get install python2.7&nbs……继续阅读 » 搞java代码 3年前 (2022-05-21) 17浏览 0评论0个赞
在ubuntu终端运行jupyter notebook后打开了jupyter的网页,在关闭jupyter的网页后如何在ubuntu终端退出jupyter notebook重新进入命令输入行呢?(推荐:jupyter使用教程)下面我们就来看一下结束jupyter的方法:通过在终端中按 Ctrl + C(Mac及Linux上……继续阅读 » 搞java代码 3年前 (2022-05-21) 9浏览 0评论0个赞
在ubuntu/win10终端运行jupyter notebook后打开了jupyter的网页,在关闭jupyter的网页后如何在ubuntu/win10终端退出jupyter notebook重新进入命令输入行呢?同时按下ctrl和C键即可退出jupyter notebook。示例:使用jupyter notebook命令启动jupyter no……继续阅读 » 搞java代码 3年前 (2022-05-21) 14浏览 0评论0个赞
ubuntu下pycharm显示中文乱码的解决方法:1、通过ubuntu software安装Tweak;2、通过unity tweak tool修改系统默认字体;3、重新启动pycharm即可。解决方法:(推荐教程:Python入门教程)1、通过Ubuntu software中心安装Tweak;2、安装好Tweak后,通过Unity Tweak……继续阅读 » 搞java代码 3年前 (2022-05-21) 30浏览 0评论0个赞
在ubuntu上安装anaconda的方法是:1、下载anaconda;2、执行【bash Anaconda3-5.0.1-Linux-x86_64.sh】命令;3、设置安装路径;4、执行【source ~/.bashrc】命令。安装方法:(推荐教程:Python入门教程)1、下载Anaconda下载地址:https://www.anacond……继续阅读 » 搞java代码 3年前 (2022-05-21) 25浏览 0评论0个赞
Ubuntu 14.04 server 安装postgresql后不能启动问题问题描述:使用下面命令安装postgresql后,启动postgresql失败sudo apt-get install postgresql postgresql-contribservice postgresql&nbs……继续阅读 » 搞java代码 3年前 (2022-05-21) 80浏览 0评论0个赞