Skip to content
Advertisement

Tag: autocomplete

TensorFlow (any version > 2.5.0) on M1 Mac: No code completion in PyCharm

I am using JetBrain’s PyCharm IDE to work with TensorFlow on a M1 Mac machine. I have installed TensorFlow using the following commands in the given order: For installing Conda, I followed Apple’s official documentation I can import TensorFlow without problems; the version number it prints is 2.8.0. However, I am not getting any code completion suggestions. When typing tensorflow.keras.l,

Strange autocomplete suggestions in IPython Shell

I use the IPython shell fairly often and have just started to notice it giving me strange autocomplete suggestions without any prompting from me. In this example, I just typed “im” and it suggests importing matplotlib? This is very strange for several reasons: I’ve never seen this kind of grayed out code suggestion before that appears just as I type

Advertisement