Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

The previous parameter is remembered after rename #17

Open
jingyanjingyan opened this issue Jun 11, 2018 · 1 comment
Open

The previous parameter is remembered after rename #17

jingyanjingyan opened this issue Jun 11, 2018 · 1 comment
Labels
wontfix This will not be worked on

Comments

@jingyanjingyan
Copy link

Describe the bug
The previous parameter is remembered after rename

To Reproduce
Steps to reproduce the behavior:

  1. %reload_ext adlmagics
  2. %adl login --tenant microsoft.onmicrosoft.com
  3. adl_accounts = %adl listaccounts --page_index 0 --page_account_number 30
  4. adl_accounts.head(10)
  5. Update Step3 "adl_accounts_rename = %adl listaccounts --page_index 0 --page_account_number 30"
  6. adl_accounts.head(10)

Expected behavior
Should give out warning the "adl_accounts" does not exist.

Screenshots
image

Desktop (please complete the following information):
OS: Win10
Browser: chrome
Jupyter Version: Python 3.6.2, Jupyter 4.4.0

Additional context
Add any other context about the problem here.

@ruixinxu
Copy link
Member

I think this is by design. The previous parameter is remembered so that can be called in the coming cells. + @iVincentFeng

@ruixinxu ruixinxu added the wontfix This will not be worked on label Jun 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants