Giter Site home page Giter Site logo

Comments (3)

nicohlr avatar nicohlr commented on May 27, 2024

Hello @levihernandez, thanks for raising the issue. I'll investigate on this and try to fix it.

from ipychart.

nicohlr avatar nicohlr commented on May 27, 2024

Hi @levihernandez, I'm not able to reproduce this issue, here is all the commands I ran:

$ conda create -n ipyc-issue-6 python=3.9.6 ipykernel
$ conda activate ipyc-issue-6
$ pip install jupyterlab==3.6.3 notebook==6.5.4 jupyter==1.0.0 ipychart
$ python -m ipykernel install --user --name=ipyc-issue-6
$ jupyter notebook

Then I copied your code in a cell:

from ipychart import Chart

dataset = {
  'labels': ['Data 1', 'Data 2', 'Data 3', 'Data 4', 
             'Data 5', 'Data 6', 'Data 7', 'Data 8'],
  'datasets': [{'data': [14, 22, 36, 48, 60, 90, 28, 12]}]
}

mychart = Chart(data=dataset, kind='bar')
mychart

And the chart is correctly displayed and I didn't see any error. Can you try to reproduce the error from a fresh new env using the commands above ?

Thanks

from ipychart.

nicohlr avatar nicohlr commented on May 27, 2024

Closing since I cannot reproduce the issue.

from ipychart.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.