mgaitan / fortran_magic

An extension for IPython/Jupyter that helps to use Fortran in your interactive session.
BSD 3-Clause "New" or "Revised" License
117 stars 32 forks source link

refactor subprocess.call to work with jupyterhub #10

Closed jr3cermak closed 9 years ago

jr3cermak commented 9 years ago

Hi Martín,

Here is a little fix for the jupyter notebooks. The plain call to subprocess.call does not produce the output as described by http://nbviewer.ipython.org/github/mgaitan/fortran_magic/blob/master/documentation.ipynb in jupyter's notebooks. I don't know if this breaks regular notebooks.

Rob

mgaitan commented 9 years ago

hey @jr3cermak great, I'll try it this afternoon but seems cool a priori.

mgaitan commented 9 years ago

thanks!