Hi

On Sun, 29 Dec 2019 at 13:47, Szabolcs Sződi <kuglipo...@gmail.com> wrote:

> Hi dear Somebody!
>
>  I wrote "sage -n jupyter" comman on Jupyler nootbook interface, but not
> working.
>
> This is the answer:
>
>  File "<ipython-input-1-2ee9f42db016>", line 1
>
>     sage -n jupyter
>                   ^SyntaxError: invalid syntax
>
>
You should not type that in a sage shell. In a terminal you could type that

user@host:~$ sage -n jupyter

but in a sage shell, you just want to type notebook() :

0 user@host:~$sage
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 8.6, Release Date: 2019-01-15                     │
│ Using Python 2.7.16. Type "help()" for help.                       │
└────────────────────────────────────────────────────────────────────┘
sage: sage -n jupyter
  File "<ipython-input-1-2ee9f42db016>", line 1
    sage -n jupyter
                  ^
SyntaxError: invalid syntax

sage: notebook()
('The notebook files are stored in:', 'sage_notebook.sagenb')
┌────────────────────────────────────────────────┐
│                                                │
│ Open your web browser to http://localhost:8080 │
│                                                │
└────────────────────────────────────────────────┘
Executing twistd  --pidfile="sage_notebook.sagenb/sagenb.pid" -ny
"sage_notebook.sagenb/twistedconf.tac"
...

Regards,
Jan

-- 
  .~.
  /V\     Jan Groenewald
 /( )\    www.aims.ac.za
 ^^-^^

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAg%3Dp_0VBVBGA2GKkevFqxPNE%2BiwrSyWrNy1fi-A3Owh9iqGTA%40mail.gmail.com.

Reply via email to