$ ipython In [1]: from IPython.lib import passwd In [2]: passwd() Enter password: Verify password: sha1:yourhashedpassword In [3]: quit
$ ipython profile create newdir $ emacs -nw ~/.ipython/newdir/ipython_notebook_config.py
c = get_config() c.IPKernelApp.pylab = 'inline' c.NotebookApp.ip = '*' c.NotebookApp.open_browser = False c.NotebookApp.password = u'sha1:yourhashedpassword' c.NotebookApp.port = 9997
$ screen -R ctrl-j c $ ipython_notebook_dir.sh newdir ctrl-j d
El documento original está disponible en https://clustercien.udea.edu.co/web/tiki-index.php?page=Ipython+Server