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

add %save -f #1937

Merged
merged 1 commit into from Jun 13, 2012
Merged

add %save -f #1937

merged 1 commit into from Jun 13, 2012

Conversation

minrk
Copy link
Member

@minrk minrk commented Jun 13, 2012

adds force flag, and displays message about -f when ask_yes_no fails due to no stdin (Notebook).

closes #1542

adds force flag, and displays message about -f when ask_yes_no fails
due to no stdin (Notebook).

closes ipython#1542
@minrk
Copy link
Member Author

minrk commented Jun 13, 2012

Test results for commit 8d53f9a merged into master
Platform: darwin

  • python2.6: OK (libraries not available: cython matplotlib pygments pymongo qt rpy2 tornado wx wx.aui)
  • python2.7: OK (libraries not available: wx wx.aui)
  • python3.2: OK (libraries not available: cython matplotlib pymongo qt rpy2 wx wx.aui)

Not available for testing: python3.1

@fperez
Copy link
Member

fperez commented Jun 13, 2012

Looks great, thanks! Merging now.

fperez added a commit that referenced this pull request Jun 13, 2012
Add -f (force) flag to %save, and display message about -f when ask_yes_no fails due to no stdin (Notebook).

closes #1542
@fperez fperez merged commit 468a8fd into ipython:master Jun 13, 2012
@minrk minrk deleted the save branch March 31, 2014 23:36
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Add -f (force) flag to %save, and display message about -f when ask_yes_no fails due to no stdin (Notebook).

closes ipython#1542
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

Successfully merging this pull request may close these issues.

%save magic fails in clients without stdin if file already exists
2 participants