Get help from the marimo community

Updated 3 weeks ago

HTML export error

Running into a problem exporting to html, my dependencies are :

import marimo as mo

from scipy.optimize import differential_evolution

import numpy as np

from numpy import sqrt

import pandas as pd

import altair as alt

import itertools


and the notebook is using a CSV file that I uploaded into the marmio web interface.When I try to export to html I am getting this trace:


Failed to export HTML

Traceback (most recent call last):

File "/lib/python3.12/site-packages/marimo/_pyodide/pyodide_session.py", line 301, in export_html

html, filename = Exporter().exportas_html(

File "/lib/python3.12/site-packages/marimo/_server/export/exporter.py", line 68, in export_as_html

index_html = get_html_contents()

File "/lib/python3.12/site-packages/marimo/_server/export/exporter.py", line 500, in get_html_contents

with open(os.path.join(root, "index.html"), "r") as f:

FileNotFoundError: [Errno 44] No such file or directory: '/lib/python3.12/site-packages/marimo/_static/index.html'

Edit: I seems to get this same error even when trying to make a simple markdown file

No comments yet
Be the first to join the discussion!