-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Allow Cython compilation to open a web browser containing the annotated HTML file #38946
base: develop
Are you sure you want to change the base?
Conversation
Documentation preview for this PR (built with commit 99bce53; changes) is ready! 🎉 |
This looks nice. It would be nicer if the new argument
or
The cell magic is defined in https://github.com/sagemath/sage/blob/develop/src/sage/repl/ipython_extension.py. Find the line
|
Already did that in #38945 . (though whichever being merged first need to be modified to incorporate the other…) |
You may set #38945 as a dependency and merge it here. |
and instead of
you may at least list the possible arguments for users' convenience, leaving details to |
e7a8d17
to
b8d3e69
Compare
b8d3e69
to
99bce53
Compare
As in the title.
I think this is a rather common use case, to investigate whether the code does get the desired speedup.
Remark: there's
sage.misc.viewer.browser()
which could be used instead, but then a lot of existing code in SageMath useswebbrowser.open()
anyway?📝 Checklist
Dependencies
Depends on #38945 .