sage -n jupyter ^ SyntaxError: invalid syntax
Please, help. Thank you. Kugli
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 1sage -n jupyter ^ SyntaxError: invalid syntax
--
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...@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.
HiOn Sun, 29 Dec 2019 at 15:54, Szabolcs Sződi <kugli...@gmail.com> wrote:There is something simply step by step instruction for simply, ordinary mortals? Couldn't find anything.In SageMath Cell typenotebook()
--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) <ipython-input-1-b5959bb24428> in <module>() ----> 1 notebook() /home/sc_serv/sage/local/lib/python3.7/site-packages/sage/misc/lazy_import.pyx in sage.misc.lazy_import.LazyImport.__call__ (build/cythonized/sage/misc/lazy_import.c:3684)() 351 True 352 """ --> 353 return self.get_object()(*args, **kwds) 354 355 def __repr__(self): /home/sc_serv/sage/local/lib/python3.7/site-packages/sage/misc/lazy_import.pyx in sage.misc.lazy_import.LazyImport.get_object (build/cythonized/sage/misc/lazy_import.c:2347)() 186 if likely(self._object is not None): 187 return self._object --> 188 return self._get_object() 189 190 cpdef _get_object(self): /home/sc_serv/sage/local/lib/python3.7/site-packages/sage/misc/lazy_import.pyx in sage.misc.lazy_import.LazyImport._get_object (build/cythonized/sage/misc/lazy_import.c:2586)() 218 elif self._at_startup and not startup_guard: 219 print('Option ``at_startup=True`` for lazy import {0} not needed anymore'.format(self._name)) --> 220 self._object = getattr(__import__(self._module, {}, {}, [self._name]), self._name) 221 name = self._as_name 222 if self._deprecation is not None: ModuleNotFoundError: No module named 'sagenb'