ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.22k stars 806 forks source link

Notify extension permission error #1489

Open tritemio opened 4 years ago

tritemio commented 4 years ago

xref https://github.com/sjpfenninger/ipython-extensions/issues/6

When the nbextensions are installed on sys-prefix that is not writable by user. In this case the notify extension show a "Grant Permission" icon but upon click permission is never actually given, rendering the extension unusable.

The bug was previously reported with great details in the notify repo linked above.