Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

jupyter notebook not rendering permission denied ubuntu

# In the terminal run this to output the directory for config file
jupyter notebook --generate-config
>>> home/compname/.jupyter/jupyter_notebook_config.py
# Navigate to the directory 
cd .jupyter
# open the file
open jupyter_notebook_config.py
# Add this line of code to the file somewhere and save
c.NotebookApp.use_redirect_file = False
# Try jupyter notebook again permissions error should be gone
jupyter notebook
Comment

PREVIOUS NEXT
Code Example
Shell :: Upgrading git on CentOS 
Shell :: date linux minus 1 day 
Shell :: where is the mpv config file linux 
Shell :: capacitor 3 camera 
Shell :: windows tail command powershell 
Shell :: get time zone windows cmd 
Shell :: how to delete a branch in github 
Shell :: how to create a junction between folders 
Shell :: rpi sudo file browser 
Shell :: vim plug 
Shell :: install node mac 
Shell :: brew update 
Shell :: install tar.xz on ubuntu 
Shell :: bash adding to array 
Shell :: stop port in use 8000 
Shell :: WSL 2 requires an update to its kernel component. 
Shell :: how to check for tmp 
Shell :: ufw add rule 
Shell :: posh git install windows 
Shell :: discord components python install 
Shell :: dockerfile prevent exit 
Shell :: Package "ngx-mask" has an incompatible peer dependency to "@angular/common" 
Shell :: git get username 
Shell :: how to convert ppk to pem in linux 
Shell :: ffmpeg cutting time video 
Shell :: open gui of git repo 
Shell :: change history editor 
Shell :: snapd remove command 
Shell :: kali linux desktop gadgets 
Shell :: set git origin 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =