Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

jupyter_core.command

avatar
Explorer

I'm trying to install Jupyter using these instructions http://www.cloudera.com/documentation/enterprise/5-6-x/topics/spark_ipython.html.   I've have installed under Anaconda and when I try to run pyspark ( from section 

Starting a Notebook with PySpark) I receive the following error:  

 

$ pyspark

Traceback (most recent call last):

  File "/opt/cloudera/parcels/Anaconda/bin/jupyter", line 4, in <module>

    from jupyter_core.command import main

ImportError: No module named jupyter_core.command

 

Any help is appreciated.

Who agreed with this topic