ipython - 在干净的 Ubuntu 14.04 LTS 上安装 Jupyter Notebook 失败

标签 ipython ubuntu-14.04 ipython-notebook jupyter

如何安装 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 等。

来自 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 .

关于ipython - 在干净的 Ubuntu 14.04 LTS 上安装 Jupyter Notebook 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29625479/

相关文章:

graphics - Ubuntu 14.04如何在不安装nvidia驱动的情况下安装cuda 6.5

linux - 我收到错误语法错误:”(“意外”

ipython-notebook - ipython 笔记本 : how to toggle header invisible by default

python - 如何使用 ggplot2 在 ipython notebook 中制作直方图(适用于 python)

python - 是否可以通过调试在 IPython 中运行命令?

warnings - 运行 squid 3 时出现警告 : Cannot write log file and Permission denied in Ubuntu,

python - 运行 IPython 笔记本时如何(间歇性地)跳过某些单元格?

python - 将列表从 iPython 单元移动到数据文件中

python - 加载 IPython 笔记本时出错

ipython-notebook - 将IPython笔记本转换为PDF时如何获得横向?