RickyIG commited on
Commit
ef80e04
1 Parent(s): 687d120

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: