在干净的Ubuntu 14.04 LTS上安装Jupyter Notebook失败 [英] Fail Jupyter Notebook installation on clean Ubuntu 14.04 LTS

查看:722
本文介绍了在干净的Ubuntu 14.04 LTS上安装Jupyter Notebook失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何安装Jupyter Notebook的开发版?

$ wget https://bootstrap.pypa.io/get-pip.py
$ sudo python get-pip.py
$ sudo pip install virtualenv
$ cd ~
$ virtualenv local/python/jupyter
$ source local/python/jupyter/bin/activate
$ git clone --recursive https://github.com/ipython/ipython.git
$ cd ipython
$ pip install -e ".[notebook]"

Could not find a version that satisfies the requirement jupyter-notebook (from ipython==4.0.0.dev0) (from versions: )
Some externally hosted files were ignored as access to them may be unreliable (use --allow-external jupyter-notebook to allow).
No matching distribution found for jupyter-notebook (from ipython==4.0.0.dev0)


推荐答案

自从jupyter发布以来,现在有什么东西在移动,你是不是必须从Jupyter仓库安装?下一个版本不仅适用于ipython,也适用于其他内核,如julia和bash等。

Could it be you have to install from the Jupyter repo now as things were moving around since the release of jupyter? Next releases will not be only for ipython but also for other kernels like julia and bash etc.

来自 https://github.com/jupyter/jupyter_notebook

Create a virtual env (ie jupyter-dev)
ensure that you have node/npm installed (ie brew install node on OS X)
Clone this repo and cd into it
pip install -r requirements.txt
pip install -e .

这篇关于在干净的Ubuntu 14.04 LTS上安装Jupyter Notebook失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆