Edward Banner
Edward Banner
...to just dumping the entire region into the notebook.
So that you don't print out the exception trace. Maybe print out a nice message. This is for raising returns.
Just like we're doing for for loops. It would be similarly useful to have for while loops.
For example the django migration has the following class: ```python # Generated by Django 2.0.2 on 2018-03-01 19:55 from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): initial = True...
Host it on bindr. Will provide a very quick way for someone to try it out!
Will probably require sending a PR to EIN to modify `ein:jupyter-server-start`.
```python try: LineNumberFinder(func_name, lineno).visit(tree) except Exception as e: namespace, = e.args ``` This code errors out and says that `e` is not defined. Need to capture these and insert them...