cutter/src/python
Levente Polyak 350375afce workaround jupyter exception accessing out of bounds argv (#949)
Under certain circumstances the internal argument parser tries
to determine the program name via sys.arv[0], however the way
we run Cutter and the jupyter integration does not guarantee
that argv is set at all, leading to an exception which avoids
a proper startup.
2018-11-20 22:17:30 +02:00
..
cutter_ipykernel.py Remove unnecessary pass Statements 2018-05-24 10:41:01 +02:00
cutter_jupyter.py workaround jupyter exception accessing out of bounds argv (#949) 2018-11-20 22:17:30 +02:00