pandas_profiling в jupyter notebook не отображает отчет на github

#python #python-3.x #github #jupyter-notebook

#python #python-3.x #github #jupyter-notebook

Вопрос:

Pandas_Profiling показывает отчет о jupyter notebook в локальной среде, но он не отображается на github после загрузки и вместо этого показывает некоторый прогресс?

 import pandas_profiling
profile=pandas_profiling.ProfileReport(train0)
profile.to_notebook_iframe()

HBox(children=(FloatProgress(value=0.0, description='Summarize dataset', max=28.0, style=ProgressStyle(descrip…
HBox(children=(FloatProgress(value=0.0, description='Generate report structure', max=1.0, style=ProgressStyle(…
HBox(children=(FloatProgress(value=0.0, description='Render HTML', max=1.0, style=ProgressStyle(description_wi…
  

Как я могу показать отчет с помощью pandas_profiling на github?

 Python 3.7.7
jupyter core     : 4.6.3
jupyter-notebook : 6.1.1
qtconsole        : 4.7.5
ipython          : 7.18.1
ipykernel        : 5.3.4
jupyter client   : 6.1.6
jupyter lab      : 2.2.8
nbconvert        : 5.6.1
ipywidgets       : 7.5.1
nbformat         : 5.0.7
traitlets        : 4.3.3

  

Комментарии:

1. Привет, у меня такая же проблема, вы это исправили?

2. @Jude1995 Нет. Я не смог найти решение