Instalar_jupyter_2.txt

  • Uploaded by: SachiLD
  • 0
  • 0
  • August 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Instalar_jupyter_2.txt as PDF for free.

More details

  • Words: 59
  • Pages: 1
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 --------------------------------------------------------------------------------

More Documents from "SachiLD"

Modelo
August 2019 59
Instalar_jupyter_2.txt
August 2019 22
August 2019 69