Skip to content

Commit ee3a045

Browse files
committed
remove plotting from execution notebooks
1 parent 8a3b9dc commit ee3a045

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@
9595
nb_execution_excludepatterns = [
9696
"LSTM_training.ipynb",
9797
"basics.ipynb",
98-
"probabilistic_programming_module.ipynb"
98+
"probabilistic_programming_module.ipynb",
99+
"plotting.ipynb"
99100
]
100101

101102
latex_engine = "xelatex"

0 commit comments

Comments
 (0)