You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.
The first Help page of the notebook states: ``Load is relative to
the path you started the notebook in.''
However this is not the case. Even though load_attach_path
contains ".", it seems "." is relative to the temporary directory
for the execution of the cell.
As a workaround, one can do::
sage: load_attach_path(DIR)
and then things work as claimed.
The text was updated successfully, but these errors were encountered:
Anyway, this might potentially be fixed at the same time as http://trac.sagemath.org/ticket/12711 which points out that we could make the default directory be the DATA directory. It turns out this should be pretty easy to do, at least it was for load_session and save_session at http://trac.sagemath.org/ticket/17482 .
The first Help page of the notebook states: ``Load is relative to
the path you started the notebook in.''
However this is not the case. Even though load_attach_path
contains ".", it seems "." is relative to the temporary directory
for the execution of the cell.
As a workaround, one can do::
and then things work as claimed.
The text was updated successfully, but these errors were encountered: