I have did it on windows machine. Detail mentioned below
1. From windows start menu open “Anaconda Prompt
enter image description here
2. Find .jupyter folder file path .
In command prompt just type
enter image description here or enter image description here to find the .jupyter path
- After find the .jupyter folder, check there has “jupyter_notebook_config” file or not. If it is not there then run below command
enter image description here
After run the command it will create "jupyter_notebook_config.py"
if do not have administrator permission then Some time you could not find .jupyter folder . Still you can open config file from any of the text editor
- Open “jupyter_notebook_config.py” file from the the “.jypyter” folder.
- After open the file need to update the directory is use for notebooks and kernel. There are so many line in config file so find “#c.NotebookApp.notebook_dir” and update the path
enter image description here
After:
enter image description here
Save the file
- Now try to create or read some file from the location you set