We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't know if this is ever used, but I happened to notice that in nbconvert you use "ansigrey":
nbconvert/nbconvert/filters/ansi.py
Line 27 in 241ad64
nbconvert/nbconvert/filters/tests/test_ansi.py
Line 43 in 241ad64
In the notebook package (whose CSS, I guess, is used in nbconvert), however, "ansigray" is used: https://github.com/jupyter/notebook/blob/b10326e93c93a8f79589e963ae48bbaac285e2f1/notebook/static/base/js/utils.js#L219 https://github.com/jupyter/notebook/blob/932f85c7593b2eada7a2095bd1f30d3f6ea48115/notebook/static/notebook/less/ansicolors.less#L13
notebook
I guess both packages should use the same spelling, right?
The text was updated successfully, but these errors were encountered:
hum... likely yes.
Sorry, something went wrong.
BTW, in the meantime I found out that this is actually used for the little hat symbol (^) that marks the column number in the tracebacks.
^
Re-write ANSI color handling
5bee654
As a side effect, this fixes jupyter#174.
6be45f6
No branches or pull requests
I don't know if this is ever used, but I happened to notice that in nbconvert you use "ansigrey":
nbconvert/nbconvert/filters/ansi.py
Line 27 in 241ad64
nbconvert/nbconvert/filters/tests/test_ansi.py
Line 43 in 241ad64
In the
notebook
package (whose CSS, I guess, is used in nbconvert), however, "ansigray" is used:https://github.com/jupyter/notebook/blob/b10326e93c93a8f79589e963ae48bbaac285e2f1/notebook/static/base/js/utils.js#L219
https://github.com/jupyter/notebook/blob/932f85c7593b2eada7a2095bd1f30d3f6ea48115/notebook/static/notebook/less/ansicolors.less#L13
I guess both packages should use the same spelling, right?
The text was updated successfully, but these errors were encountered: