We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the gif below I have one python and one js kernel running. I've added watches on the python kernel named a_python and b_python.
python
js
a_python
b_python
When I switch to the js kernel the input displays the python watch input.
The actual state of each kernel and its watches are working properly in this gif, but the input shown on the js kernel is out of sync:
The text was updated successfully, but these errors were encountered:
Fix watch component issue
76551de
Adding a key for each watch here based on it's editor seems to resolve this closes nteract#963
6cda4d7
Adding a key for each watch here based on it's editor seems to resolve this closes #963
ae5d502
Successfully merging a pull request may close this issue.
In the gif below I have one
python
and onejs
kernel running. I've added watches on the python kernel nameda_python
andb_python
.When I switch to the js kernel the input displays the python watch input.
The actual state of each kernel and its watches are working properly in this gif, but the input shown on the js kernel is out of sync:
The text was updated successfully, but these errors were encountered: