DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
2
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
1-3 hours
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
clear
Prérequis
Julia basicsPluto.jl internalsMIME type handling
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
60
Direction de recherche
Investigate the integration loading mechanism for table display in Pluto.jl. The fix likely involves ensuring the table integration is loaded before attempting to use it in the `Base.show` method. Refer to the file `src/runner/PlutoRunner.jl`, specifically lines 1038-1039, and check if there is a missing initialization step for the table MIME handler.