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

IPython Notebooks not robust against client failures #2553

Closed
tmbdev opened this issue Nov 6, 2012 · 1 comment
Closed

IPython Notebooks not robust against client failures #2553

tmbdev opened this issue Nov 6, 2012 · 1 comment
Milestone

Comments

@tmbdev
Copy link

tmbdev commented Nov 6, 2012

Right now, it is possible to lose arbitrary amounts of work when working in IPython Notebooks when the client or the server crash for some reason (machine shutdown, power loss, bug in Python code, etc.).

Many use cases (lab notes, software development, classroom use, etc.) require that IPython Notebooks be robust against such failures; that is, I should be able to pull the power plug on my machine and not lose more than a minute of work or so even if I never save.

Most other modern apps (Google Docs, OpenOffice, Eclipse, Emacs, etc.) have that level of robustness, which compounds the problem with IPython Notebooks because people simply aren't used to having to save frequently anymore. Furthermore, since manual saving overwrites the last version (which the user may care about having around), frequent manual saving is often not even acceptable.

@minrk
Copy link
Member

minrk commented Jan 19, 2013

closing as duplicate of #1378

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

No branches or pull requests

2 participants