I\'m trying to use the bash kernel in iPython/Jupyter notebook, but I need sudo access within the notebook itself.
I\'ve tried $ sudo jupyter notebook to ru
$ sudo jupyter notebook
Just login as root, then do the following command to start the notebook :
jupyter notebook --allow-root