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

trailing question marks in %html blocks are mistreated #3326

Closed
jhpalmieri opened this issue May 28, 2008 · 6 comments
Closed

trailing question marks in %html blocks are mistreated #3326

jhpalmieri opened this issue May 28, 2008 · 6 comments

Comments

@jhpalmieri
Copy link
Member

In the notebook:

sage: %html  How are you?

returns

No object 'you' currently defined.

Component: notebook

Keywords: %html

Issue created by migration from https://trac.sagemath.org/ticket/3326

@mwhansen
Copy link
Contributor

Attachment: trac_3326.patch.gz

@mwhansen
Copy link
Contributor

comment:1

I'm fixing this by making sure that introspection is only done in a Sage cell.

Note that this depends on #5050.

@mwhansen mwhansen self-assigned this Jan 23, 2009
@jhpalmieri
Copy link
Member Author

comment:2

The patch fails to apply cleanly to 3.3.alpha1:

patching file sage/server/notebook/worksheet.py
Hunk #4 FAILED at 2575
1 out of 4 hunks FAILED -- saving rejects to file sage/server/notebook/worksheet.py.rej

and I can't figure how to fix it by hand to test it out.

@mwhansen
Copy link
Contributor

comment:3

Sorry, I forgot to mention that this also depends on the patch at #3201.

@jhpalmieri
Copy link
Member Author

comment:4

This fixes the problem for me.

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Jan 28, 2009

comment:5

Merged in Sage 3.3.alpha3.

Cheers,

Michael

@sagetrac-mabshoff sagetrac-mabshoff mannequin modified the milestones: sage-3.4.1, sage-3.3 Jan 28, 2009
@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Jan 28, 2009
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