Add copy button to sphinx notebooks (#1622)

This adds a copy button at the top right corner of all notebook cells in
sphinx
notebooks.
This commit is contained in:
Eugene Yurtsev
2023-03-13 00:15:07 -04:00
committed by GitHub
parent 6e98ab01e1
commit bd4a2a670b
3 changed files with 4610 additions and 4590 deletions

View File

@@ -46,6 +46,7 @@ extensions = [
"sphinx.ext.viewcode",
"sphinxcontrib.autodoc_pydantic",
"myst_nb",
"sphinx_copybutton",
"sphinx_panels",
"IPython.sphinxext.ipython_console_highlighting",
]