embray / gappy

Python interface to GAP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workspace handling

embray opened this issue · comments

0ed047f disabled handling the default workspace used by Sage.

As gappy strives be largely application-independent, use of a default workspace like Sage uses is initially out-of-scope. While it should be possible for gappy users to specify a workspace to load upon initialization, it should not be the default behavior.

Nevertheless, it may still be useful (esp. for faster start-up) to have some kind of automatic default workspace like Sage uses albeit at a different default location (and the ability to specify its location). This is a future feature to consider.