Debain install Jupyter】的更多相关文章

1. install Anaconda https://www.anaconda.com/download/#linux 2. config jupyter $ ipython from notebook.auth import passwd passwd() $ jupyter notebook --generate-config $vim ~/.jupyter/jupyter_notebook_config.py c.NotebookApp.ip='your_ip_address' c.No…
install sudo pip install jupyter notebook start sudo jupyter notebook 一般,文件目录默认在你启动的位置.你可以在notebook里执行下面命令查看: import os print(os.path.abspath('.'))…
1.配置python环境之后想使用Jupyter,网上查看可以使用pip install Jupyter安装,执行命令行后正常安装,安装到一半以后报错,如图1.2 图1 图2 2.发现是安装过程中安装到pyzmq一直报错 3.手动更新pip之后依然报这样的错 4.于是手动更新pyzmq,如图 5.手动更新pyzmq之后,再次执行pip install jupyter安装成功 6.安装完成后启动jupyter,启动完成后发现进去默认文件路径不是自己想要的路径 7.执行jupyter noteboo…
1. su input root pwd 2. apt-cache search scim apt-get install scim apt-cache search scim-pinyin apt-get install scim-pinyin 3. reboot 4. check setting 1. su input root pwd 2. add-apt-repository ppa:fcitx-team/nightly apt-get update apt-get upgrade ap…
问题描述 出现如下错误: Command "/Users/wang/.pyenv/versions/3.3.1/bin/python3.3 -u -c "import setuptools, tokenize;file='/private/tmp/pip-build-_9zwnm/pyzmq/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();ex…
前言 Jupyter Notebook(此前被称为 IPython notebook)是一个交互式笔记本,支持运行 40 多种编程语言.在本文中,我们将介绍 Jupyter notebook 的主要特性,以及为什么对于希望编写漂亮的交互式文档的人来说是一个强大工具.我们将使用它搭建python2和python3共存的环境! 安装python和python-pip # apt-get install python python3 python-pip python3-pip //python2自带…
(免责声明:本文档是针对Python有经验的用户,如果您对Python了解很少,或者从未使用,建议官方教程用Anaconda安装) 前期准备:Python环境 虽然Jupyter可以运行多种编程语言,但是Python是必备环境(Python 3.3或者更高版本,Python 2.7),之后才能安装Jupyter Notebook. 安装Python和Jupyter 对于Python语言的新用户,我们建议使用Anaconda发行版来安装Python和Jupyter,非常方便.安装方法参考: htt…
0.安装环境 Windows10,Python3.5.1,IPython,jupyter notebook,and other functionality 官方安装文档Linux版3.x 官方安装文档列表,包含3.x2.x等等 1.下载Python最新版(3.5.1版链接)(根据机器位数下载如64位) 2.安装Python 有几步不是默认的(注意) 2.1 双击安装包,勾选添加到path  2.2默认下一步  2.3勾选全部用户使用  等待安装完成! 2.4检查是否已经安装好pip和setupt…
安装并启动jupyter 安装 Anaconda 后, 再安装 jupyter pip install jupyter 设置环境 ipython --ipython-dir= # override the default IPYTHONDIR directory, ~/.ipython/ by default ipython profile create foo # create the profile foo ipython profile locate foo # find foo prof…
pyenv pyenv  依赖安装 yum -y install git gcc make patch zlib-devel gdbm-devel openssl-devel sqlite-devel bzip2-devel readline-devel 安装pyenv 安装git yum -y install git 安装pyenv curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-i…