[RACIMO-Móncora] Trabajo en Google Colab
Instrucciones para copiar el material del proyecto Móncora en Google Colab.
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Colab, también conocido como "Colaboratory", te permite programar y ejecutar Python en tu navegador con las siguientes ventajas:
- No requiere configuración
- Permite compartir contenido fácilmente
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Clonar repositorio en Google Colab
- Ir a https://colab.research.google.com
- Crear un nuevo Notebook desde
Archivo / Nuevo notebook
- Usar el siguiente código para montar Google Drive en el espacio de trabajo.
Debes dar permiso para acceder a los archivos desde el mensaje desplegado.
- Crear la carpeta de trabajo en Google Drive usando
Puedes reemplazar carpetaTrabajo
a tu gusto. No uses espacios ni caracteres especiales.
- Ingresar a la carpeta de trabajo
Reemplazar carpetaTrabajo
por el nombre de la carpeta creada en el punto anterior.
- Clonar el repositorio e ingresar a la carpeta con
Si todo sale bien deberías ver el siguiente texto en la pantalla
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Clonar repositorio en Google Colab [Versión rápida]
- Ir a https://colab.research.google.com
- Crear un nuevo Notebook desde
Archivo / Nuevo notebook
- Usar el siguiente código para montar Google Drive en el espacio de trabajo.
- Clonar el repositorio ejecutando
Recuerda reemplazar carpetaTrabajo
por un nombre a tu gusto
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Para abrir los notebooks
- Ir a https://drive.google.com
- Ubicar el notebook a trabajar en
carpetaTrabajo/moncora
- Dar clic derecho y seleccionar: Abrir con
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Google Colaboratory
-
- El notebook se mostrará en una nueva pestaña.
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Actualizar los archivos del repositorio
Para actualizar los archivos desde el repositorio original, desde el notebook inicial o desde algún notebook con los archivos de Google Drive cargados, ejecute el siguiente código: