furrutiav / data-mining-2022

repository of data-mining-2022 project
http://dim.uchile.cl/~ccarvajal/CC5205/Informe_Hito_3.html
GNU General Public License v3.0
3 stars 1 forks source link

Gráficos de Plotly no se muestran en html #3

Closed camilocarvajalreyes closed 2 years ago

furrutiav commented 2 years ago

Solucion 1:

agregar parametro renderer='notebook' en la funcion .show(). Por ejemplo: fig.show() -> fig.show(renderer='notebook')

referencia

Hare el cambio, con commit: solve plolty

camilocarvajalreyes commented 2 years ago

funciona! actualizo el html!