wrobstory / pydatasv2014

PyData Silicon Valley 2014 Code + Presentation
36 stars 8 forks source link

Bearcart issue #1

Open springcoil opened 10 years ago

springcoil commented 10 years ago

Hi Rob, I mentioned this to you via twitter. I get the following error. AttributeError Traceback (most recent call last)

in () 17 get_ipython().magic(u'matplotlib inline') 18 mpld3.enable_notebook() ---> 19 bearcart.initialize_notebook() 20 vincent.initialize_notebook() 21 folium.initialize_notebook() AttributeError: 'module' object has no attribute 'initialize_notebook' # I provide the following notes of my requirements, I'm operating in a virtualenv with Python 2.7. My Requirements.txt file Flask==0.10.1 Jinja2==2.7.2 Markdown==2.4 MarkupSafe==0.21 PyYAML==3.11 Pygments==1.6 Sphinx==1.2.2 Werkzeug==0.9.4 argparse==1.2.1 backports.ssl-match-hostname==3.4.0.2 bearcart==0.1.3 bokeh==0.4.4 brewer2mpl==1.4 colorama==0.3.0 docutils==0.11 -e git+https://github.com/wrobstory/folium@ddb08c9b509df5f8c48ac8531f6ee146e9142778#egg=folium-master gevent==1.0 gevent-websocket==0.9.3 ggplot==0.5.2 gnureadline==6.2.5 greenlet==0.4.2 ipdb==0.8 ipython==2.0.0 itsdangerous==0.24 matplotlib==1.3.1 mock==1.0.1 mpld3==0.1 nose==1.3.1 numpy==1.8.1 numpydoc==0.4 pandas==0.13.1 patsy==0.2.1 pyparsing==2.0.2 pystache==0.5.3 python-dateutil==2.2 pytz==2013b pyzmq==14.1.1 redis==2.9.1 requests==2.2.1 scipy==0.13.3 seaborn==0.3 six==1.6.1 statsmodels==0.5.0 -e git+https://github.com/wrobstory/sticky@115f5fbaca00b54836daa0599c5e50431e4a857e#egg=sticky-dev tornado==3.2 -e git+https://github.com/wrobstory/vincent@f3bcabd772fc7ccb1d92d34777d4aedc7547ca00#egg=vincent-dev websocket==0.2.1 wsgiref==0.1.2
springcoil commented 10 years ago

Hi Rob, So my IPython notebook works if I comment out the bearcart line. However I am having some trouble replicating your dark theme in the IPython notebook. Is it possible you draw my attention how you changed your custom style file. Mine remains an IPython white notebook background. And it is hard to see the axis of the vincent notebook. When I run your version, I get a black background. But not when I run my version.