Giter Club home page Giter Club logo

Comments (4)

slacker298 avatar slacker298 commented on May 18, 2024 3

I also have the same problem (running on Windows 10). Had no problem pulling the data, but when I enter the line:

$ docker run --rm -itv"pwd":/data datascienceworkshops/data-science-at-the-command-line

I am able to get the environment running, no problems with the cowsay command, but when I start looking around the files this is what I see when poking around the command line:

[/data]$ pwd
/data
[/data]$ ls
[/data]$ cd /home
[/home]$ pwd
/home
[/home]$ ls
[/home]$ cd /book
bash: cd: /book: No such file or directory
[/data]$ cd
[~]$ pwd '/root
[~]$ ls

I feel it is important to point out that the ls command prints nothing - I guess that means that all of the directories are empty? I can't say for sure, I am extremely inexperienced with respect to using the command line. I have tried googling around for a solution but what I find seem only partially applicable to the problem and/or over my head.

I am excited to start learning and the book seems extremely relevant to my interests, so if anyone could shed some light on this issue I would be extremely grateful! Thanks!

from data-science-at-the-command-line.

Crevax avatar Crevax commented on May 18, 2024 3

Hey guys, I've taken a look at the Dockerfile and it looks like the book directory hasn't been copied in yet. So that's why you're not seeing anything yet. Hopefully Jeroen will have an update for that soon.

In the meantime, I've taken a moment to create a gitter room for people to discuss the book. I've also forked the project to see if I can help contribute updates to the resources. I'm excited to go through the book, so I'd like to help out where I can.

from data-science-at-the-command-line.

jimoreira avatar jimoreira commented on May 18, 2024 2

Same problem, im in a windows 10 home.
i get to the "cowsay" by using :
$ docker-machine create box
$ docker-machine env box
$ @for /f “tokens=*” %i IN (‘docker-machine env box’) DO @%i
thanks to https://forums.docker.com/u/rishits85
but dont have the book directory .
Any help?? the book its awsome!
thanks

from data-science-at-the-command-line.

jeroenjanssens avatar jeroenjanssens commented on May 18, 2024

Once again thanks for fixing this @Crevax !

from data-science-at-the-command-line.

Related Issues (20)

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.