Skip to content

Python 3.x compatibility #49

@AJamesPhillips

Description

@AJamesPhillips

Using python 3.5.1, ipython 4.1.2, pip 8.1.2

$ pip install charts
$ ipython

In [1]: import charts
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-5eb3a6e89685> in <module>()
----> 1 import charts

/Users/ajp/anaconda3/lib/python3.5/site-packages/charts/__init__.py in <module>()
      3 __version__ = '0.4.6'
      4 
----> 5 from plot import plot, plotasync, line, area, spline, pie
      6 from server import run_server
      7 

ImportError: cannot import name 'plot'

Is there something I'm doing wrong. Can I help fix something? I was hoping to use this in Jupyter. Do you think this would be possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions