Jupyter-themes: python output text result is cutting :<

Created on 15 Oct 2018  Â·  12Comments  Â·  Source: dunovank/jupyter-themes

I don't know how to solve this problem and I don't know exactly this issue of me.
The output text is cutting. Originally, https ~blah blah But this capture ttps :<
image

Do you know how to solve this issue?

Most helpful comment

same issue for all available themes.

All 12 comments

same issue for all available themes.

thank you and I look forward to fixing as soon as possible.

But, custom.css is changed after jupyter restart so, I have still the same issue. Help me plz.

Same here. However, if I increase the output font size, the output text won't be cut. It does not solve the problem, but at least it helps visualizing the output.
EDITED: by they way, this solution works https://github.com/dunovank/jupyter-themes/issues/244

I also encountered the same problem and look forward to a solution

I solved using following like that

div.output_area {
display: -webkit-box;
padding: 13px;
}

I solved using following like that

div.output_area {
display: -webkit-box;
padding: 13px;
}

thanks~ it's works for me

I also see this

Glad I am not the only one experiencing this problem. Looking fwd to a solution... The suggestion of:

div.output_area {
display: -webkit-box;
padding: 13px;
}

unfortunately does not work for me.

Have you updated recently. This should be fixed in the latest release

On Sat, Dec 1, 2018 at 6:41 PM James Hsieh notifications@github.com wrote:

Glad I am not the only one experiencing this problem. Looking fwd to a
solution... The suggestion of:

div.output_area {
display: -webkit-box;
padding: 13px;
}

unfortunately does not work for me.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/dunovank/jupyter-themes/issues/292#issuecomment-443467986,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADqqznTbAf_jorZPK3psM8W-2vX9YQbZks5u0xOTgaJpZM4Xb3lV
.

>

Sent from my iPhone

Hi Kyle

Thx, I downloaded the new version and it works beautifully.

Thx again!
SH

On Dec 1, 2018, at 6:12 PM, Kyle Dunovan notifications@github.com wrote:

Have you updated recently. This should be fixed in the latest release

On Sat, Dec 1, 2018 at 6:41 PM James Hsieh notifications@github.com wrote:

Glad I am not the only one experiencing this problem. Looking fwd to a
solution... The suggestion of:

div.output_area {
display: -webkit-box;
padding: 13px;
}

unfortunately does not work for me.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/dunovank/jupyter-themes/issues/292#issuecomment-443467986,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADqqznTbAf_jorZPK3psM8W-2vX9YQbZks5u0xOTgaJpZM4Xb3lV
.

>

Sent from my iPhone
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/dunovank/jupyter-themes/issues/292#issuecomment-443474723, or mute the thread https://github.com/notifications/unsubscribe-auth/AGeQPIaIAUzyPLNxrmc1N0JtIgpUw15Wks5u0zb5gaJpZM4Xb3lV.

Since this has been fixed in the branch, can we close this ticket?

Yes please, thank you for your support!
SH

On Jan 25, 2019, at 4:25 PM, Gabriel Fair notifications@github.com wrote:

Since this has been fixed in the branch, can we close this ticket?

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/dunovank/jupyter-themes/issues/292#issuecomment-457779947, or mute the thread https://github.com/notifications/unsubscribe-auth/AGeQPNjlMjmhr4TxAtU9nLHo04XjtOOrks5vG6BugaJpZM4Xb3lV.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

karimelgazar picture karimelgazar  Â·  4Comments

Peydon picture Peydon  Â·  3Comments

ravicheema picture ravicheema  Â·  8Comments

shravankumar147 picture shravankumar147  Â·  3Comments

zwh42 picture zwh42  Â·  4Comments