Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Labs incompatibilities in certain circumstances #9

Open
evrial opened this issue Jul 30, 2015 · 0 comments
Open

Labs incompatibilities in certain circumstances #9

evrial opened this issue Jul 30, 2015 · 0 comments

Comments

@evrial
Copy link

evrial commented Jul 30, 2015

I do realize that course VM is close environment not friendly to change, but searching Piazza some students had same obstacles, if I'm incorrect, please close issue.

: org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:/vagrant/Scalable-Machine-Learning/labs-progress/data/cs190/neuro.txt
  1. Relative file import path in labs produce error in case when IPython working directory changed to another from user home. For convenience using shared folder I made a change in notebook profile c.NotebookApp.notebook_dir = '/vagrant' So maybe notebook have to use explicit path of current user home directory? Something like:
from os.path import expanduser
home = expanduser("~")
  1. Incompatible with numpy 1.9.2 Is that worth to make it forward compatible?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant