<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: jupyter_core.command in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/jupyter-core-command/m-p/51691#M31157</link>
    <description>&lt;P&gt;Can you clarify your question? &amp;nbsp;Do you mean regarding jupyter or what the core was from?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2017 12:52:38 GMT</pubDate>
    <dc:creator>aj</dc:creator>
    <dc:date>2017-03-02T12:52:38Z</dc:date>
    <item>
      <title>jupyter_core.command</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/jupyter-core-command/m-p/41800#M31152</link>
      <description>&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;I'm trying to install Jupyter using these instructions&amp;nbsp;&lt;A href="http://www.cloudera.com/documentation/enterprise/5-6-x/topics/spark_ipython.html." target="_blank" rel="noopener"&gt;http://www.cloudera.com/documentation/enterprise/5-6-x/topics/spark_ipython.html.&lt;/A&gt; &amp;nbsp; I've have installed under Anaconda and when I try to run pyspark &lt;FONT size="3"&gt;( from section&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="3"&gt;Starting a Notebook with PySpark)&amp;nbsp;I receive the following error: &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="terminal,monaco"&gt;&lt;SPAN class="s1"&gt;$ pyspark&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="terminal,monaco"&gt;&lt;SPAN class="s1"&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="terminal,monaco"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/cloudera/parcels/Anaconda/bin/jupyter", line 4, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="terminal,monaco"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;from jupyter_core.command import main&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="terminal,monaco"&gt;&lt;SPAN class="s1"&gt;ImportError: No module named jupyter_core.command&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="terminal,monaco"&gt;&lt;SPAN class="s1"&gt;Any help is appreciated.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 18:37:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/jupyter-core-command/m-p/41800#M31152</guid>
      <dc:creator>aj</dc:creator>
      <dc:date>2022-09-19T18:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: jupyter_core.command</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/jupyter-core-command/m-p/41882#M31153</link>
      <description>&lt;P&gt;Solved. I had to: &amp;nbsp;&lt;/P&gt;&lt;P&gt;$ export PATH=&amp;nbsp;&lt;SPAN class="s1"&gt;/opt/cloudera/parcels/Anaconda-4.0.0/bin:$PATH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;I had Python installed before installing Anaconda, and it was clashing.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 15:23:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/jupyter-core-command/m-p/41882#M31153</guid>
      <dc:creator>aj</dc:creator>
      <dc:date>2016-06-10T15:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: jupyter_core.command</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/jupyter-core-command/m-p/41890#M31154</link>
      <description>To solve: $ export PATH= /opt/cloudera/parcels/Anaconda-4.0.0/bin:$PATH 

had Python installed before installing Anaconda, and it was clashing.</description>
      <pubDate>Fri, 10 Jun 2016 19:29:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/jupyter-core-command/m-p/41890#M31154</guid>
      <dc:creator>nsalian</dc:creator>
      <dc:date>2016-06-10T19:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: jupyter_core.command</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/jupyter-core-command/m-p/43784#M31155</link>
      <description>&lt;P&gt;I followed the cloudera installation page for anaconda and jupyter and&amp;nbsp;I had the same problem. This worked for an interactive session. &amp;nbsp;Now I would like to add this to systemd and run this as a service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cat jupyter-notebook.service&lt;BR /&gt;[Unit]&lt;BR /&gt;Description=Jupyter notebook&lt;/P&gt;&lt;P&gt;[Service]&lt;BR /&gt;Type=simple&lt;BR /&gt;PIDFile=/var/run/jupyter-notebook.pid&lt;BR /&gt;ExecStartPre=export PATH=/opt/cloudera/parcels/Anaconda-4.0.0/bin:$PATH&lt;BR /&gt;ExecStart=/opt/cloudera/parcels/Anaconda/bin/jupyter&lt;BR /&gt;User=jptrnb&lt;BR /&gt;Group=jptrnb&lt;BR /&gt;WorkingDirectory=/home/jptrnb/notebooks&lt;/P&gt;&lt;P&gt;[Install]&lt;BR /&gt;WantedBy=multi-user.target&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the status after a start attempt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;systemctl status jupyter-notebook -l&lt;BR /&gt;● jupyter-notebook.service - Jupyter notebook&lt;BR /&gt;Loaded: loaded (/usr/lib/systemd/system/jupyter-notebook.service; disabled; vendor preset: disabled)&lt;BR /&gt;Active: failed (Result: exit-code) since Wed 2016-08-10 16:31:37 PDT; 2s ago&lt;BR /&gt;Process: 47560 ExecStart=/opt/cloudera/parcels/Anaconda/bin/jupyter (code=exited, status=1/FAILURE)&lt;BR /&gt;Main PID: 47560 (code=exited, status=1/FAILURE)&lt;/P&gt;&lt;P&gt;Aug 10 16:31:37 socbdmn01 systemd[1]: Started Jupyter notebook.&lt;BR /&gt;Aug 10 16:31:37 socbdmn01 systemd[1]: Starting Jupyter notebook...&lt;BR /&gt;Aug 10 16:31:37 socbdmn01 python[47560]: detected unhandled Python exception in '/opt/cloudera/parcels/Anaconda/bin/jupyter'&lt;BR /&gt;Aug 10 16:31:37 socbdmn01 jupyter[47560]: Traceback (most recent call last):&lt;BR /&gt;Aug 10 16:31:37 socbdmn01 jupyter[47560]: File "/opt/cloudera/parcels/Anaconda/bin/jupyter", line 4, in &amp;lt;module&amp;gt;&lt;BR /&gt;Aug 10 16:31:37 socbdmn01 jupyter[47560]: from jupyter_core.command import main&lt;BR /&gt;Aug 10 16:31:37 socbdmn01 jupyter[47560]: ImportError: No module named jupyter_core.command&lt;BR /&gt;Aug 10 16:31:37 socbdmn01 systemd[1]: jupyter-notebook.service: main process exited, code=exited, status=1/FAILURE&lt;BR /&gt;Aug 10 16:31:37 socbdmn01 systemd[1]: Unit jupyter-notebook.service entered failed state.&lt;BR /&gt;Aug 10 16:31:37 socbdmn01 systemd[1]: jupyter-notebook.service failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 23:37:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/jupyter-core-command/m-p/43784#M31155</guid>
      <dc:creator>Sharp</dc:creator>
      <dc:date>2016-08-10T23:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: jupyter_core.command</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/jupyter-core-command/m-p/51676#M31156</link>
      <description>Could any one explain it little more? I am new to python.</description>
      <pubDate>Thu, 02 Mar 2017 04:26:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/jupyter-core-command/m-p/51676#M31156</guid>
      <dc:creator>elviszhang</dc:creator>
      <dc:date>2017-03-02T04:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: jupyter_core.command</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/jupyter-core-command/m-p/51691#M31157</link>
      <description>&lt;P&gt;Can you clarify your question? &amp;nbsp;Do you mean regarding jupyter or what the core was from?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:52:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/jupyter-core-command/m-p/51691#M31157</guid>
      <dc:creator>aj</dc:creator>
      <dc:date>2017-03-02T12:52:38Z</dc:date>
    </item>
  </channel>
</rss>

