Michael Quinlan
Results
3
comments of
Michael Quinlan
Any official update on this I just notied the same thing on my brand new wHAT. The red on 1.2.0 is almost black while on 0.0.4 it's crisp. I can...
I did something similar to @fortuna notebooks/jupyter.py ``` # -*- coding: utf-8 -*- import re import sys from notebook.notebookapp import main if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])...
@denisk20 did you end up publishing this?