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
Hi, I am trying to get the cell index in javascript and then using it as a python variable. I tried execute this line to capture the cell index:
%%node var cell_index=Jupyter.notebook.get_selected_index()
But I got this message:
Thrown:
This line is working in jupyter (but the problem is that it's javacript variable and not python):
%%javascript var cell_index=Jupyter.notebook.get_selected_index()
Do you have any solution for this problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am trying to get the cell index in javascript and then using it as a python variable.
I tried execute this line to capture the cell index:
But I got this message:
This line is working in jupyter (but the problem is that it's javacript variable and not python):
Do you have any solution for this problem?
The text was updated successfully, but these errors were encountered: