ptwobrussell / Mining-the-Social-Web-2nd-Edition

The official online compendium for Mining the Social Web, 2nd Edition (O'Reilly, 2013)
http://bit.ly/135dHfs
Other
2.9k stars 1.49k forks source link

I don't see the ipython notebooks in the VM as before #196

Closed iuribeferrari closed 10 years ago

iuribeferrari commented 10 years ago

Hi,

For the last couple of days I have not been able to see the ipython notebooks in the VM as before in the localhost:8888.

After starting the VM I this is what I see:

image

ptwobrussell commented 10 years ago

This means that probably have inadvertently moved the files. The way this works is that the Notebook Viewer looks for files ending in .ipynb in the directory that it's running and just shows you a listing of them here. When you don't see them anymore, it means that they're no longer there. Can you double check that there's still an ipynb folder containing files ending in .ipynb as part of your GitHub checkout on your host machine? (Vagrant synchronizes files between the host and the guest VM.)