Skip to content
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

variableInspector window stops refreshing if variable is bound to double backslash #217

Open
MrAnimaniac opened this issue Jun 18, 2021 · 0 comments

Comments

@MrAnimaniac
Copy link

MrAnimaniac commented Jun 18, 2021

The variableInspector window does stop to refresh its output if a variable is bound to a double backslash like a='\\'. It starts working again if you override this variable. For example, if you add a letter, number, or space to a or override it with a completely different value. _jupyterlab_variableinspector_dict_list() is not affected by this behaviour and continuous to update.

update: it is much easier. If a variable is bound to a string ending with a double backslash, the variableInspector windows stops refreshing. If it ends with anything else, it works properly.

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

No branches or pull requests

1 participant