Я пытался установить jupyter notebook в моей python виртуальной среде в ОС Ubuntu. Я ценю, если кто-нибудь может помочь мне решить проблему и установить ноутбук jypyter.
Я получаю ошибку:
/home/username/anaconda3/envs/my_env/lib/python3.8/site-packages/IPython/paths.py:59: UserWarning: IPython dir '/home/username/.ipython' is not a writable location, using a temp directory.
warn("IPython dir '{0}' is not a writable location,"
[Errno 13] Permission denied: '/home/username/.local/share/jupyter/kernels'
Perhaps you want `sudo` or `--user`?