-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Help is illegible in jupyter due to color #32
Comments
@evelynmitchell Thanks for noticing this. I agree, I was already hesitating whether colorama was/is needed at this stage. @dinhanhx: can you please undo the colorama implementation? I think it would be a lot easier for you to do it since you implemented it |
@evelynmitchell It's actually common that python package does not have the However, in igel, there is a version dunder variable (which is common in python), so just as a hint, when you import igel, you can print the version by running:
|
@nidhaloff Got it sir, i will remove anything related to colorama. I am sorry for not thinking of Jupiter notebook |
@dinhanhx No problem. I already did it now. You can make another extra check if you want to. @evelynmitchell I added an extra version command. You can type |
igel version: 0.2.7 looks good. |
Description
Displayed the help, but any of the sections which used the lightest formatting were illegible.
I expected to be able to read the help.
What I Did
While trying to read the help in a jupyter notebook with a white background (the default).
!igel --help
Suggested fix, remove the colorama until the project is more mature.
The text was updated successfully, but these errors were encountered: