Skip to content

Commit

Permalink
fixed plotly renderer to png
Browse files Browse the repository at this point in the history
  • Loading branch information
rmj3197 committed Feb 7, 2025
1 parent 75d7a01 commit 577f8f9
Show file tree
Hide file tree
Showing 4 changed files with 444 additions and 68 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"myst_parser",
]

nbsphinx_execute = "always"
nbsphinx_execute = "auto"

myst_enable_extensions = [
"amsmath",
Expand Down
472 changes: 413 additions & 59 deletions docs/source/user_guide/basic_usage.ipynb

Large diffs are not rendered by default.

21 changes: 16 additions & 5 deletions docs/source/user_guide/dashboard_application_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,20 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'\\nfrom QuadratiK.ui import UI\\nUI().run()\\n'"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# uncomment the below code to instantiate the dashboard on a local machine\n",
"\"\"\"\n",
Expand Down Expand Up @@ -189,7 +200,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "test2",
"display_name": "base",
"language": "python",
"name": "python3"
},
Expand All @@ -203,7 +214,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.1.-1"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down
17 changes: 14 additions & 3 deletions docs/source/user_guide/gen_plot_rpkb.ipynb

Large diffs are not rendered by default.

0 comments on commit 577f8f9

Please sign in to comment.