我想在Jupyter笔记本上使用'R'。然后,尝试使用此安装代码。
conda install -c r r-essentials
下载后,我无法打开jupyter笔记本。我认为python正在与R碰撞。我把它删除了。 Anaconda Jupyter-notebook仍无法打开此错误。
[I 16:43:11.334 NotebookApp] [nb_conda_kernels] enabled, 4 kernels found
[I 16:43:12.882 NotebookApp] [nb_anacondacloud] enabled
[I 16:43:12.885 NotebookApp] [nb_conda] enabled
[I 16:43:12.910 NotebookApp] ✓ nbpresent HTML export ENABLED
[W 16:43:12.910 NotebookApp] ✗ nbpresent PDF export DISABLED: No module named 'nbbrowserpdf'
[C 16:43:12.912 NotebookApp] Running as root is not recommended. Use --allow-root to bypass.
使用Ubuntu 16.04,Python-3.5.5 Anaconda-4.2.0 Jupyter-notebook 5.4.1
我只能使用此代码访问终端中的jupyter笔记本
sudo jupyter notebook --allow-root
我如何在anacodna-navigator中访问?