Skip to content

Commit

Permalink
Panel pyodide settings
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Nov 11, 2024
1 parent 4050862 commit e429036
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"nbsphinx",
"numpydoc",
"recommonmark",
"nbsite.pyodide" # for Panel
]

bibtex_bibfiles = ["tardis.bib"]
Expand Down Expand Up @@ -346,6 +347,12 @@
("using/gui/index.rst", "using/visualization/index.rst"),
]

# -- Panel Pydiode Settings --------------------------------------------------

nbsite_pyodide_conf = {
"PYODIDE_URL": "https://cdn.jsdelivr.net/pyodide/v0.26.3/full/pyodide.js"
}


# -- Sphinx hook-ins ---------------------------------------------------------

Expand Down

0 comments on commit e429036

Please sign in to comment.