hyperion-rt / hyperion

Hyperion Radiative Transfer Code
http://www.hyperion-rt.org
BSD 2-Clause "Simplified" License
52 stars 26 forks source link

Tutorial `m.run` fails inside notebook, but works in terminal #197

Open michaelaye opened 7 years ago

michaelaye commented 7 years ago

Following tutorials like here: http://docs.hyperion-rt.org/en/stable/tutorials/tutorial_images.html there is usually a

m.run('...')

following the

m.write('....rtin')

Trying to execute this in a current Jupyter notebook on Python 3.5 it reliably fails:

screenshot 2017-09-07 18 55 05

while I can start the model in the terminal using the standard

hyperion -m 4 ...rtin ...rtout

approach.

Was wondering if you might have an idea why it fails in the notebook?

My versions are all up to date with what's available today on conda-forge. E.g. notebook 5.0.0 py35_0, hyperion 0.9.9