Skip to content

Fix restoring more than 2 variables and support storing multiple variables %storemagic#11930

Merged
Carreau merged 1 commit into
ipython:masterfrom
gokceneraslan:master
Nov 12, 2019
Merged

Fix restoring more than 2 variables and support storing multiple variables %storemagic#11930
Carreau merged 1 commit into
ipython:masterfrom
gokceneraslan:master

Conversation

@gokceneraslan
Copy link
Copy Markdown
Contributor

Currently %store -r a b c doesn't restore c because argument splitting is not performed correctly (see args = argsl.split(None,1) below). This is now fixed. %store a b c was not supported before, now it is working well. I also extended the tests to cover all scenarios.

@gokceneraslan gokceneraslan changed the title Fix restoring more than 2 variables and add support for storing multiple variables Fix restoring more than 2 variables and support storing multiple variables %storemagic Oct 27, 2019
@Carreau Carreau added this to the 7.10 milestone Nov 12, 2019
@Carreau
Copy link
Copy Markdown
Member

Carreau commented Nov 12, 2019

Thanks, that looks reasonable to me !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants