man-group / dtale

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

Colab + Firefox = 404 Error #863

Open Zogar89 opened 1 month ago

Zogar89 commented 1 month ago

Using D-Tale in Google Colab results in a '404 Page not found' error when accessed with Mozilla Firefox, but the same link works well in Chrome

https://colab.research.google.com/drive/1S_2u93u5xa1jBU9oJPJ6n4x7qLoxwGVJ?usp=sharing

imagen

T-a-c-h-y-o-n commented 1 month ago
dtale_app.USE_COLAB = True
dtale_app.ACTIVE_HOST = '0.0.0.0'

Use the codes above