stat157 / questionnaire

Stat 157 Questionnaire Data Wrangling
1 stars 23 forks source link

How to pull up previous ipython file after reopening VM #49

Open davidwang001 opened 11 years ago

davidwang001 commented 11 years ago

I had saved a IPython file inside my repository before but now my IPython has no files in it. Do I need to type in a set of commands to get my IPython notebook into a certain repository?

kqdtran commented 11 years ago

In the directory where you start the notebook on the command line, do an ls. Is the notebook still there? :(

Also, by "saved", do you mean you have committed and pushed to github, or just Ctrl+S in the notebook?

davidwang001 commented 11 years ago

I pushed it to github before, and I see the file after doing an ls. The problem is it doesn't show up in the IPython menu, any ideas on how to fix this? Thanks!

kqdtran commented 11 years ago

Where are you running IPython from? You will have to run ipython notebook --no-browser --ip=0.0.0.0 in the same directory as the notebook to see it. If that's what you did... then I'm not sure what the problem could be. Sorry :(