Jupyter: Trust notebook from command line
Jupyter uses a security model where you have to ‘trust’ a notebook before Jupyter will perform certain operations. While you can manually trust each notebook via the Jupyter UI, you can also do so in batch from the command line:
jupyter trust *.ipynb
Via towardsai.net.
Leave a comment