Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux permission denied jupyter notebook

# 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 :: postgresql status ubuntu 
Shell :: angular install ng-apexcharts 
Shell :: how to execute full path command in powershell 
Shell :: downgrade npm package to specific version 
Shell :: decode base64 command line 
Shell :: how to install apache server in ubuntu 
Shell :: batch sleep 
Shell :: how to install a lite-server on package.json 
Shell :: git blame removed line 
Shell :: pip not found after installation 
Shell :: how to undo a modified file in git 
Shell :: update brew 
Shell :: install nvm ubuntu 
Shell :: qcow2 to vdi 
Shell :: systemd version check 
Shell :: kill occupation port windows 
Shell :: git pasar de https a ssh 
Shell :: vim sudo write 
Shell :: libxml2 install 
Shell :: install php on wsl2 
Shell :: how to install webpack 
Shell :: dpkg: error processing package gitweb (--configure): installed gitweb package post-instal 
Shell :: install wp-cli 
Shell :: sudo command without giving password 
Shell :: install october cms on windows 
Shell :: vboxmanage export vm to ova 
Shell :: update fc editor 
Shell :: uninstall snap package ubuntu 
Shell :: how to open boot config raspberry pi command propt 
Shell :: spotify linux 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =