-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change path from sys.path[0] to . #288
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @AVHopp, thanks for taking care of the problem. Here two comments, though.
This reverts commit d396b21.
d235d71
to
56437f4
Compare
@AdrianSosic I have now changed the location to |
This PR changes the path for saving the results from
sys.path[0]
to"."
.As far as I understand, this has the consequence of the images being created in the directory from which
python
is being called, and I added a corresponding explanation at the corresponding positions.Note that this change should not have any influence on the shown images: The tests that I did on my fork showed that the static images that we insert manually into the jupyter notebooks are still correctly inserted, even with this change.