Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jupyter notebook only runs in python [root]

My question actually has two parts. So I just started to learn python language and downloaded Anaconda. My friend recommended me to use Jupyter since it's relatively easy to use for beginners. 1) He told me to firstly type
'conda upgrade jupyter' in the Anaconda prompt (Btw I'm using Python 2.7)

and then I shall be able to run Jupyter by typing in: 'jupyter'

However, the prompt only gives me:

**(C:\Users\Kester\Anaconda2) C:\Users\Kester>jupyter
usage: jupyter-script.py [-h] [--version] [--config-dir] [--data-dir]
                     [--runtime-dir] [--paths] [--json]
                     [subcommand]
jupyter-script.py: error: one of the arguments --version subcommand --config-dir --data-dir --runtime-dir --paths is required**

So I use the second method to run the Jupyter I typed 'jupyter notebook' to open Jupyter.

2) But this time I got another problem, which is that only Python[root] is available when creating a new notebook. On the other hand, the terminal is not accessible, too. Unaccessible Terminal and Python [root] only I tried the method of removing nbsignature file under the jupyter folder. But it simply doesn't work. Any Help please?

like image 515
Dr.Ragdoll Avatar asked Jun 30 '16 16:06

Dr.Ragdoll


People also ask

Why is my Python jupyter notebook not running?

Jupyter doesn't load or doesn't work in the browserTry disabling any browser extensions and/or any Jupyter extensions you have installed. Some internet security software can interfere with Jupyter. If you have security software, try turning it off temporarily, and look in the settings for a more long-term solution.

What is the default kernel for jupyter notebook?

The Jupyter team maintains the IPython project which is shipped as a default kernel (as ipykernel) in a number of Jupyter clients. Many other languages, in addition to Python, may be used in the notebook.

Is jupyter notebook used only for Python?

Language of choice. Jupyter supports over 40 programming languages, including Python, R, Julia, and Scala.


1 Answers

You just need enter in Terminal:

jupyter notebook
like image 150
Lucas Picoloto Avatar answered Oct 05 '22 01:10

Lucas Picoloto