wbadry
- 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) -
Created failed to load *.pyd package
AnsweredHello, 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... -
Created Intellisense for Pandas dataFrames objects
AnsweredHello, 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 ... -
Created Unable to print after Jupyter installation
AnsweredHello, 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...