Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init_cell - Unnecessary dialog in untrusted notebooks without initialization cells #1223

Closed
consideRatio opened this issue Feb 4, 2018 · 0 comments

Comments

@consideRatio
Copy link
Contributor

Having the init_cell plugin enabled when opening an untrusted notebook will warn that it will not run the cells automatically, even though there are no initialization cells.

I provide my students with Jupyter through a JupyterHub and have added this extension by default as it could help me streamline distribution of material to them. My students will not know about this plugin, and I wan't to keep it that way unless there is a need for them to know about it.

I'll try make a PR fixing this as well as allowing them to run the code manually by clicking a button in the dialog.

consideRatio added a commit to consideRatio/jupyter_contrib_nbextensions that referenced this issue Feb 4, 2018
consideRatio added a commit to consideRatio/jupyter_contrib_nbextensions that referenced this issue Feb 4, 2018
* FIXES ipython-contrib#1223 - Only shows the dialog about untrusted notebooks if there was any initialization cells in it.
* UX improvement - Allows user to run the code directly from the dialog with an additional button "Run code anyway".
consideRatio added a commit to consideRatio/jupyter_contrib_nbextensions that referenced this issue Feb 4, 2018
* FIXES ipython-contrib#1223 - Only shows the dialog about untrusted notebooks if there was any initialization cells in it.
* UX improvement - Adding a button to trust the notebook through the dialog.
jcb91 added a commit that referenced this issue Feb 4, 2018
FIXES #1223 and improves the user experience
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant