Giter Site home page Giter Site logo

tutoriales's People

Contributors

nanounanue avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tutoriales's Issues

ipython no encontrado en PATH

Error en 0-docker.Rmd al ejecutar:

docker run -it --user itam --name ipython-console -v /Users/Elly1/proyectos:/home/itam/proyectos nanounanue/docker-ds ipython

docker: Error response from daemon: oci runtime error: exec: "ipython": executable file not found in $PATH.

Lo ejecuté en una MacBook Pro (Retina, Mid 2012), OS X El Capitan

Typo en 2-git-tour.Rmd

Cuando se agrega la cadena ¡Hola Mundo! lo haces en el archivo hola.tx y no en hola.txt

Error en ejemplo de ```tr```

En cli.html hay un ejemplo de cómo usar el comando tr para transformar de mayúsculas a minúsculas de la siguiente forma

echo "Hola mi nombre es Adolfo De Unánue"  | tr '[:upper]' '[:lower]'

pero debe ser

echo "Hola mi nombre es Adolfo De Unánue"  | tr '[:upper:]' '[:lower:]'

Problemas en docker con la descarga de la imagen

Al descargar la imagen

docker pull ITAM-DS/docker-ds

Nos genera el siguiente error

Using default tag: latest
repository name component must match "[a-z0-9](?:-*[a-z0-9])*(?:[._][a-z0-9](?:-*[a-z0-9])*)*"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.