Results 6 issues of abetkin

For example, you cannot set `import pdb; pdb.set_trace()` in your code, or drop into debugger on exceptions. This works: ``` python from io import StringIO import sys from contextlib import...

bug

Because of all the logging bloat exception is hard to see (see screenshot). I think it's better to set it bold and highlighted ![ipdb](https://cloud.githubusercontent.com/assets/2223279/19388763/51727b8c-9232-11e6-9432-569afcfa475f.png)

Feature request

How about ```python with ipynb.importer(full=True): # or defs=True import my_notebook ``` For example, it would allow to specify options like ```python with ipynb.importer(ignore_errors=True): import my_notebook ``` Also, we may add...

LICENSE file missing

organization
done

Built image with mkosi on fedora using this repo. The file is present in the image: ``` [pwtail@localhost portable-walkthrough]$ sudo systemd-nspawn -i ./walkthroughd_1.raw Spawning container walkthroughd_1 on /home/pwtail/portable-walkthrough/walkthroughd_1.raw. Press ^]...