jakevdp / ipywidgets-static

[obsolete] Static Widgets for IPython Notebooks
BSD 3-Clause "New" or "Revised" License
108 stars 24 forks source link

Difficulty getting ipywidgets working #6

Open tlnagy opened 10 years ago

tlnagy commented 10 years ago

Hi, I'm having a bit of difficulty using ipywidgets. I installed it and copy-pasted some of the examples from the example notebook, but none of them are displaying properly (without the sliders, the matplotlib figures are simply 10 or so figures in a row).

I'm using a Miniconda3 installation on OS X.

Current conda install:

             platform : osx-64
        conda version : 3.4.2
       python version : 3.3.5.final.0
     root environment : /Users/tamasnagy/miniconda3  (writable)
  default environment : /Users/tamasnagy/miniconda3
     envs directories : /Users/tamasnagy/miniconda3/envs
        package cache : /Users/tamasnagy/miniconda3/pkgs
         channel URLs : http://repo.continuum.io/pkgs/free/osx-64/
                        http://repo.continuum.io/pkgs/pro/osx-64/
          config file : None
    is foreign system : False

along with IPython 2.0.0. Is ipywidgets not python 3.x compatible?

Thanks for the help and consideration.

jakevdp commented 10 years ago

Not sure about IPython 2.0 or Python 3.x; I haven't tried the package on either of those. If you figure out what's wrong, I'd be happy to accept a PR!

tlnagy commented 10 years ago

I set up separate virtualenv's for each combination of IPython and Python and the problem seems to be only with Python 3.x. I'll see if I can try and find the specific problem.

veryeli commented 10 years ago

Having the same problem, and I'm not using Python 3.x