man-group / dtale

Visualizer for pandas data structures
http://alphatechadmin.pythonanywhere.com
GNU Lesser General Public License v2.1
4.71k stars 397 forks source link

Error 404 with colab since colab update from 2024-08-20 #886

Open Arnaudno opened 6 days ago

Arnaudno commented 6 days ago

Hello, First of all many thanks for your very helpful and easy to use library.

I've been using it on Colab since Spring this year; with a stop between August 10th & August 24th. Since I came back from vacation on the 24th of August I get a 404 error systematically. I've tried it on different configurations and coudn't get it to work :

Coincidentally, there's been a colab update on the 20th of August, of which i'm pasting the notes below. I'm a beginner user in both Python & Pandas; and this is also my first time posting on GitHub, please let me know if you see anything wrong with my request or feel free to ignore it altogether : )

Rgds *** Colab notes : 2024-08-20 TPU memory usage and utilization can now be checked with !tpu-info

Gemini Chat responses are now grounded in relevant sources

Added a new "Create Gemini API key" link in the user secrets panel

Added a new "Gemini: Creating a prompt" snippet and touched up the existing "Gemini: Connecting to Gemini" snippet

Added the ability to specify custom placeholder text for various interactive form params (see examples)

Keyboard navigation a11y improvements to comments UI

Various minor rendering improvements to interactive forms UI

A11y improvements for the run button and header

Updated tooltip styling

A11y improvements for the file browser’s disk usage bar

On mobile, tooltips now trigger on long press

On mobile, release notes updates will no longer display automatically

Python package upgrades

astropy 5.3.4 -> 6.1.2 bigframes 1.11.1 -> 1.14.0 bokeh 3.3.4 -> 3.4.3 dask 2023.8.1 -> 2024.7.1 earthengine-api 0.1.412 -> 0.1.416 geopandas 0.13.2 -> 0.14.4 kagglehub 0.2.8 -> 0.2.9 keras 2.15.0 -> 3.4.1 lightgbm 4.1.0 -> 4.4.0 malloy 2023.1067 -> 2024.1067 numba 0.58.1 -> 0.60.0 numpy 1.25.2 -> 1.26.4 opencv-python 4.8.0.76 -> 4.10.0.84 pandas 2.0.3 -> 2.1.4 pandas-gbq 0.19.2 -> 0.23.1 panel 1.3.8 -> 1.4.5 requests 2.31.0 -> 2.32.3 scikit-learn 1.2.2. -> 1.3.2 scipy 1.11.4 -> 1.13.1 tensorboard 2.15.2 -> 2.17.0 tensorflow 2.15.0 -> 2.17.0 tf-keras 2.15.1 -> 2.17.0 xarray 2023.7.0 -> 2024.6.0 xgboost 2.0.3 -> 2.1.1 Python package inclusions

einops 0.8.0

Arnaudno commented 4 days ago

Hi, me again =) Turns out that dtale.show(df, notebook= True) works on colab (but the output window is a bit small) & also displays an alert message regarding certificates :


/usr/local/lib/python3.10/dist-packages/urllib3/connectionpool.py:1100: InsecureRequestWarning:

Unverified HTTPS request is being made to host '***-40000-colab.googleusercontent.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings


Being an absolute noob i'm not sure what to do, i'll try to have a look later.