skrub-data / skrub

Prepping tables for machine learning
https://skrub-data.org/
BSD 3-Clause "New" or "Revised" License
1.06k stars 91 forks source link

Jupyter-lite picks up old versions of the examples? #989

Closed GaelVaroquaux closed 2 weeks ago

GaelVaroquaux commented 2 weeks ago

Describe the bug

When I launch Jupyter-lite from https://skrub-data.org/stable/auto_examples/01_encodings.html#sphx-glr-auto-examples-01-encodings-py, I have the impression that I do not see the tabular_learner function that was added to the example

Steps/Code to Reproduce

Go to https://skrub-data.org/stable/auto_examples/01_encodings.html#sphx-glr-auto-examples-01-encodings-py and start jupyter-lite

Expected Results

The example with the tabular_learner

Actual Results

image

Versions

On the stable website
jeromedockes commented 2 weeks ago

can you try clearing the browser's cache or opening a "private window"? at some point I had the impression I had the same issue but it was the browser's cache

jeromedockes commented 2 weeks ago

or maybe in jupyterlite, File > revert to checkpoint

GaelVaroquaux commented 2 weeks ago

Private window did the trick. You are right that it was on my side. Closing this issue