9

Is there a way to enable tab completion on Jupyter notebooks or Jupyterlabs attached to an EMR cluster?

Currently, when i start a notebook, there is no autocomplete or tab completion. Even doc strings are not shown.

I use: emr-5.29.0 Spark 2.4.4 Hive 2.3.6 Hadoop 2.8.5 Hue 4.4.0

hamiq
  • 465
  • 1
  • 3
  • 10
  • Could you try to use JupyterLab and then launch terminal. Run command 'ipython'. Then import pand then press 'tab' and what is the result – Abdelrahman Maharek Feb 08 '20 at 23:02
  • Also, try to download the notebook and run it from you machine running Jupyter. which kernel you are using for this notebook – Abdelrahman Maharek Feb 08 '20 at 23:12
  • 2
    Hi, did you ever solve it? I am having the same issue. It's weird that it only happens in the pyspark kernel but not in the python kernel. I tried one config setting but it didn't help me. %config IPCompleter.greedy=True – user1525721 Sep 08 '20 at 14:23
  • nope. I just installed my own conda through the bootstrap script and run it from there. – hamiq Oct 07 '20 at 14:58

0 Answers0