Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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