wbadry

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
wbadry created a post, 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) -
wbadry created a post, Answeredfailed to load *.pyd package
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... -
wbadry commented, -
wbadry created a post, AnsweredIntellisense for Pandas dataFrames objects
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 ... -
wbadry commented, -
wbadry created a post, AnsweredUnable to print after Jupyter installation
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...