dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.76k stars 1.06k forks source link

Unable to see cell number, cell types like IN or OUT. Not able to identify if a cell is still executing or not #338

Closed amansingh9097 closed 5 years ago

amansingh9097 commented 5 years ago

I never used -altp but I'm still not able to view the cell number. Its difficult to identify whether the cell block is still executing or not. I'm not even able to view the cell numbers.
I used the following command in the notebook !jt -t gruvboxd -T -kl -P -N
Please find attached below a screenshot of the same. jt_bug

amansingh9097 commented 5 years ago

I figured its because of -P parameter. Removing -P shows all the cell numbers and asterisks (when executing). Appologies for raising the issue, but I guess I'll leave it here, so others could also find out.