fonnesbeck / statistical-analysis-python-tutorial

Statistical Data Analysis in Python
1.57k stars 946 forks source link

IPython Notebook Visualization Problem #1

Open vitorpq opened 10 years ago

vitorpq commented 10 years ago

Hi,

When I try to visualize this (4. Statistical Data Modeling.ipynb) notebook I got scrambled letters after the Probability Mass Function plot.

screenshot - 05272014 - 12 06 50 am

aok1425 commented 10 years ago

same here :(

fonnesbeck commented 10 years ago

I can't reproduce this here, though I did fix a whole bunch of namespace errors associated with using the -pylab flag (what was I thinking?).

Can you describe your setup (platform, package versions, etc?).

vitorpq commented 10 years ago

I am having this problem with my browser in this address (http://nbviewer.ipython.org/github/fonnesbeck/statistical-analysis-python-tutorial/blob/master/4.%20Statistical%20Data%20Modeling.ipynb) and if I download the .ipynb file and convert it to HTML. But, it is ok when a I try to see it with my iPython notebook installation.

fonnesbeck commented 10 years ago

This might be an nbconvert issue, then.

fonnesbeck commented 10 years ago

I've created an issue with the IPython repo. ipython/ipython#6012

fonnesbeck commented 10 years ago

This should be fixed in master please check

aok1425 commented 10 years ago

i still get this yuckiness, but i think it happens further down the page now.

On Wed, Jun 18, 2014 at 6:57 PM, Chris Fonnesbeck notifications@github.com wrote:

This should be fixed in master please check http://nbviewer.ipython.org/github/fonnesbeck/statistical-analysis-python-tutorial/blob/master/4.%20Statistical%20Data%20Modeling.ipynb

— Reply to this email directly or view it on GitHub https://github.com/fonnesbeck/statistical-analysis-python-tutorial/issues/1#issuecomment-46515906 .

eyadsibai commented 9 years ago

same here

springcoil commented 9 years ago

Same here

fonnesbeck commented 9 years ago

OK, I have fixed this once and for all (I hope). However, note that I have also updated the notebooks to v.4, so you will need IPython 3 to run them (which you should be running anyway). You can downgrade them to v.3 using nbconvert if you have to.