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

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

Open
davidwang001 opened this issue Oct 7, 2013 · 3 comments
Open

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

davidwang001 opened this issue Oct 7, 2013 · 3 comments

Comments

@davidwang001
Copy link

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
Copy link
Member

kqdtran commented Oct 7, 2013

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
Copy link
Author

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
Copy link
Member

kqdtran commented Oct 7, 2013

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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants