hope1324

Results 5 comments of hope1324

Python 和 Jupyter Lab 正常。 终端运行: python3 -m ipykernel install [Errno 13] Permission denied: '/usr/local/share/jupyter'

没有 /usr/local/share/jupyter 这个目录,我的jupyter在 /home/bill/anaconda3/share/jupyter/lab 中 我按笑来老师的教程《自学是门手艺》装了anaconda3

~/Code/pilot-student$ jupyter lab [I 20:15:17.487 LabApp] JupyterLab extension loaded from /home/bill/anaconda3/lib/python3.7/site-packages/jupyterlab [I 20:15:17.487 LabApp] JupyterLab application directory is /home/bill/anaconda3/share/jupyter/lab

折腾了一天,sudo pip3 install jupyterlab 这样安装 jupyterlab ,和 sudo python3 -m ipykernel install 后,成功运行nteract 不知道为什么?

终端打命令: pip install jupyterlab 显示: Defaulting to user installation because normal site-packages is not writeable 然后 sudo pip3 install jupyterlab ,和 sudo python3 -m ipykernel install 后,成功运行nteract 。