Add space after `In` string in ipython

Thus `In ` and `Out` have the same width
This commit is contained in:
ZyX 2014-05-04 17:50:00 +04:00
parent a7d92a65f4
commit 413edbc4f0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
},
{
"type": "string",
"contents": "In[",
"contents": "In [",
"draw_soft_divider": false,
"highlight_group": ["prompt"]
},