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
Running the notebooks/basics.ipynb notebook, I see:
notebooks/basics.ipynb
mamba install voila ipykernel ipywidgets pandas
voila notebooks/basics.ipynb
When moving the slider, the value of x2 updates, but initially we should see x2 = 16 for x = 4.
x2
x2 = 16
x = 4
The text was updated successfully, but these errors were encountered:
Thanks @davidbrochart for reporting 👍
Probably something to do with the code of the example notebook.
Running the first cell in JupyterLab gives the same:
So we might want to update the notebook to avoid that kind of confusion.
Sorry, something went wrong.
basics.ipynb
Successfully merging a pull request may close this issue.
Description
Running the
notebooks/basics.ipynb
notebook, I see:Reproduce
mamba install voila ipykernel ipywidgets pandas
voila notebooks/basics.ipynb
Expected behavior
When moving the slider, the value of
x2
updates, but initially we should seex2 = 16
forx = 4
.Context
The text was updated successfully, but these errors were encountered: