Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,6 +18,7 @@ messages=[]
|
|
| 18 |
|
| 19 |
def exec_python(cell):
|
| 20 |
ipython = get_ipython()
|
|
|
|
| 21 |
result = ipython.run_cell(cell)
|
| 22 |
log = str(result.result)
|
| 23 |
if result.error_before_exec is not None:
|
|
|
|
| 18 |
|
| 19 |
def exec_python(cell):
|
| 20 |
ipython = get_ipython()
|
| 21 |
+
print(ipython)
|
| 22 |
result = ipython.run_cell(cell)
|
| 23 |
log = str(result.result)
|
| 24 |
if result.error_before_exec is not None:
|