jupyter_nbextensions_configurator
jupyter_nbextensions_configurator copied to clipboard
Can we create Extensions that are not-visible and not-disable through the extensions tab?
Is there a way for us to create extensions that are not-visible and not-disableable through the extensions tab?
Also, we want our extensions to actually remove functionality from Jupyter Notebook.
As a hypothetical example.:
- We want to have a legal popup displayed for a particular notebook that is pre-populated.
- The user cannot "Hide" the legal popup by disabling the popup extension. (Of course we could prevent the user from accepting in this circumstance by having the legal popup hit a controller, but let's just ignore that fact for the sake of this example)
Can all this be achieved using a notebook extension to disable it or is it mandatory for us to disable it via code (Thereby making updating versions of our notebook setup hard-ish since we have to merge changes. Of course, we forked jupyter notebook so it shouldn't be that hard to change in the future).
Also, please advise if this is not the ideal channel for posting general questions?