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

Remove "%bg" from the tutorial #35836

Closed
2 tasks done
jhpalmieri opened this issue Jun 25, 2023 · 0 comments · Fixed by #35850
Closed
2 tasks done

Remove "%bg" from the tutorial #35836

jhpalmieri opened this issue Jun 25, 2023 · 0 comments · Fixed by #35850
Labels
Milestone

Comments

@jhpalmieri
Copy link
Member

jhpalmieri commented Jun 25, 2023

Is there an existing issue for this?

  • I have searched the existing issues for a bug report that matches the one I want to file, without success.

Did you read the documentation and troubleshoot guide?

  • I have read the documentation and troubleshoot guide

Environment

Sage Version 10.1.beta4

Steps To Reproduce

The defunct IPython magic command %bg is mentioned in the tutorial. It should be removed

Expected Behavior

%bg should not be in the tutorial, since that command doesn't exist, perhaps hasn't existed for 10 years.

Actual Behavior

%bg is advertised.

Additional Information

See https://pypi.org/project/ipython-bg/, but it hasn't been modified for 3 years. See also https://stackoverflow.com/questions/10819479/missing-background-magic-command-bg-in-ipython and ipython/ipython#844.

vbraun pushed a commit that referenced this issue Jul 1, 2023
…rial

    
Remove the defunct magic command "%bg" from the tutorial

<!-- Please provide a concise, informative and self-explanatory title.
-->
<!-- Don't put issue numbers in the title. Put it in the Description
below. -->
<!-- For example, instead of "Fixes #12345", use "Add a new method to
multiply two integers" -->

### 📚 Description

The magic command "%bg" has not been part of IPython for some time, so
we should remove it from the tutorial. (See
https://stackoverflow.com/questions/10819479/missing-background-magic-
command-bg-in-ipython and ipython/ipython#844.) This fixes #35836.

<!-- Describe your changes here in detail. -->
<!-- Why is this change required? What problem does it solve? -->
<!-- If this PR resolves an open issue, please link to it here. For
example "Fixes #12345". -->
<!-- If your change requires a documentation PR, please link it
appropriately. -->

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x
]`. -->

- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation accordingly.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on
- #12345: short description why this is a dependency
- #34567: ...
-->

<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
    
URL: #35850
Reported by: John H. Palmieri
Reviewer(s):
@mkoeppe mkoeppe added this to the sage-10.1 milestone Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants