Jupyter-themes: the cell output miss first two letters.

Created on 10 Oct 2018  路  4Comments  路  Source: dunovank/jupyter-themes

As shown below:
jupyter notebok version: 5.4.1
image

Most helpful comment

It seems like this is a known issue, there is a pull request mentioning it #273 .
So this is a probable duplicate of #244, #203 and #273 ; In case you don't want to wait for the PR to be accepted, this:

In the custom.css file, I fixed it by changing both the div.out_prompt_overlay.prompt's and the div.out_prompt_overlay.prompt:hover's min-width and width values to 11.5ex instead of the original 14.5ex.

fixed it for me.

All 4 comments

Same here;

Issue #244 also deals with this, but setting the padding did not fix it for me

It seems like this is a known issue, there is a pull request mentioning it #273 .
So this is a probable duplicate of #244, #203 and #273 ; In case you don't want to wait for the PR to be accepted, this:

In the custom.css file, I fixed it by changing both the div.out_prompt_overlay.prompt's and the div.out_prompt_overlay.prompt:hover's min-width and width values to 11.5ex instead of the original 14.5ex.

fixed it for me.

Thanks @BrunoGomesCoelho ,

244 's resolution works for me.

@BrunoGomesCoelho comment is correct. I know this is closed but recently just installed Jupyter on a new system and upgraded themes. My issue was custom.css didn't contain any padding in div.output_area. I added padding-left: 16px and it resolved it for me.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Brenndoerfer picture Brenndoerfer  路  6Comments

tanmay7270 picture tanmay7270  路  5Comments

Peydon picture Peydon  路  3Comments

baibai25 picture baibai25  路  8Comments

ravicheema picture ravicheema  路  8Comments