Error
Traceback (most recent call last):
File "/usr/bin/jupyter-notebook", line 11, in
load_entry_point('notebook==6.0.3', 'console_scripts', 'jupyter-notebook')()
File "/usr/lib/python3/dist-packages/jupyter_core/application.py", line 270, in launch_instance
return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
File "/usr/lib/python3/dist-packages/traitlets/config/application.py", line 663, in launch_instance
app.initialize(argv)
File "
File "/usr/lib/python3/dist-packages/traitlets/config/application.py", line 87, in catch_config_error
return method(app, *args, **kwargs)
File "/usr/lib/python3/dist-packages/notebook/notebookapp.py", line 1761, in initialize
super(NotebookApp, self).initialize(argv)
File "
File "/usr/lib/python3/dist-packages/traitlets/config/application.py", line 87, in catch_config_error
return method(app, *args, **kwargs)
File "/usr/lib/python3/dist-packages/jupyter_core/application.py", line 245, in initialize
self.migrate_config()
File "/usr/lib/python3/dist-packages/jupyter_core/application.py", line 170, in migrate_config
migrate()
File "/usr/lib/python3/dist-packages/jupyter_core/migrate.py", line 247, in migrate
with open(os.path.join(env['jupyter_config'], 'migrated'), 'w') as f:
PermissionError: [Errno 13] Permission denied: '/usr/local/root-6.30.06/cmake_build/etc/notebook/migrated'
Solution
The user has installed CERN's ROOT software and had a path in their `bash_profile` to load ROOT's environment with the command `source /usr/local/root-6.30.06/cmake_build/bin/thisroot.sh`. They are unsure how this might affect Jupyter, but after commenting out this line, they were able to start Jupyter Notebook without any issues.