LEVANTAMIENTO DE JUPYTER ipython from IPython.lib import passwd passwd() exit() jupyter notebook --generate-config nano jupyter_notebook_config.py ######AGREGAR TODO EL CODIGO EN EL EDITOR################# c = get_config() #c.IPKernelApp.pylab = 'inline' #c.NotebookApp.certfile = u'/home/ubuntu/certs/mycert.pem' c.NotebookApp.ip = '*' c.NotebookApp.open_browser = False #c.NotebookApp.password = u'sha1:941c93244463:0a28b4a9a472da0dc28e79351660964ab81605ae' c.NotebookApp.port = 8888 ####################################################################### Guardar los cambios. cd .. jupyter notebook password Ingresan el password jupyter-notebook --no-browser --port=8888 --------------------------------------------------------------------------------