赞
踩
执行 sudo passwd root
设置密码,再次执行 su
即可切换到 root
;
jupyterlab
:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --user jupyter jupyterlab
jupyterlab
路径:➜ [dreamhomes@smj-docker] ~ pip show jupyterlab
Name: jupyterlab
Version: 2.1.4
Summary: The JupyterLab notebook server extension.
Home-page: http://jupyter.org
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
License: BSD
Location: /home/dreamhomes/.local/lib/python3.7/site-packages
Requires: jinja2, jupyterlab-server, notebook, tornado
Required-by:
~/.zshrc
增加Location路径export PATH=~/.local/bin/:$PATH
;再次执行jupyter lab --ip 0.0.0.0
即可运行!
进入anaconda
安装目录:
sudo chmod -R 777 conda
再次执行conda install
安装即可。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。