ioos / system-test

IOOS DMAC System Integration Test project
github.com/ioos/system-test/wiki
The Unlicense
7 stars 14 forks source link

Scenario_1A_Model_Strings #172

Closed duncombe closed 9 years ago

duncombe commented 10 years ago

This is more of a help request than an issue, I think. I am trying to run the Scenario_1A_Model_Strings notebook and the line %matplotlib inline causes a stream of complaints, culminating in ---> 18 from matplotlib.cbook import _string_to_bool, mplDeprecation ImportError: cannot import name _string_to_bool when running on Wakari. However, when I run the notebook locally on Windows with Anaconda, there is no error. I do not see any difference between the environments in the two instances, but perhaps I am looking in the wrong place. What's going on? Why does it fail one place and not the other? Help, anyone?

rsignell-usgs commented 10 years ago

The Wakari notebook server is started as ipython notebook --pylab inline so you could just skip the %matplotlib inline command. Not sure why that would cause an error, though. You could ask Continuum support at http://support.continuum.io

kwilcox commented 9 years ago

This is a fairly common line to use in Notebooks to display the graphs... closing