Using the small group library in Sage notebook
Is there any way to import groups from the GAP small group library into Sage notebook?
I've tried importing the library using the terminal, but I haven't been able to. When I run
sage -i database_gap
while running sage in the terminal, I get an invalid syntax error.
I am running Mac OS X 10.12.5
When I run sage -i database_gap
in the notebook, I get the following error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "_sage_input_9.py", line 10, in <module>
exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("c2FnZSAtaSBkYXRhYmFzZV9nYXA="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
File "", line 1, in <module>
File "/private/var/folders/hn/_c_yl0fj0zlfwvzcy0f5138w0000gp/T/tmpEaYQvh/___code___.py", line 2
sage -i database_gap
^
SyntaxError: invalid syntax