wbadry

Avatar
  • Total activity 14
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 5
  • Created

    matplotlib color map enumeration not detected

    Hello, I wonder why the PyCharm IDE does not detect the matplotlob color map enumeration. import matplotlib.pyplot as plt...plt.imshow(train_images[i], cmap=plt.cm.binary)
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    failed to load *.pyd package

    Answered
    Hello, I have been in this issue for days with no luck. I am using a code for running webots robotics controller from PyCharm . I carried  all the steps and created a configuration file as in below...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    Intellisense for Pandas dataFrames objects

    Answered
    Hello, While I was creating a DataFrame object from Pandas. I was a bit annoyed that all created objects has no autocomplete at all. I tried CTRL+SHIFT+SPACE but no suggestion came out.   I know ...
    • 2 followers
    • 1 comment
    • 1 vote
  • Created

    Unable to print after Jupyter installation

    Answered
    Hello, I was following tutorials on using Jupyter Notebook.  When I wanted to start a normal python project, I'm unable to display print value even hello world. Instead, I am getting a jupyter cell...
    • 2 followers
    • 2 comments
    • 0 votes