Skip to content

Commit 3afe8a3

Browse files
committed
add note in forecasting example
1 parent 7fddb29 commit 3afe8a3

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ doc/generated/
3232
doc/auto_examples/
3333
doc/sg_execution_times.rst
3434
doc/.jupyterlite.doit.db
35-
doc/jupyterlite_contents/
35+
doc/jupyterlite_contents/
36+
doc/_contents/

examples/plot_forecasting.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
66
.. currentmodule:: fastcan.narx
77
8+
.. note::
9+
This example can NOT be run with JupyterLite so far.
10+
811
In this examples, we will demonstrate how to use :func:`make_narx` to build (nonlinear)
912
AutoRegressive (AR) models for time-series forecasting.
1013
The time series used isthe monthly average atmospheric CO2 concentrations

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ spell = "codespell"
156156

157157
[tool.pixi.feature.docs.tasks]
158158
doc = { cmd = "{{ SPHINXBUILD }} -M {{ CMD }} {{ SOURCEDIR }} {{ BUILDDIR }} {{ SPHINXOPTS }} --fail-on-warning", cwd = "doc", args = [{ arg = "SPHINXBUILD", default = "sphinx-build" }, { arg = "CMD", default = "html" }, { arg = "SOURCEDIR", default = "." }, { arg = "BUILDDIR", default = "_build" }, { arg = "SPHINXOPTS", default = "" }] }
159-
doc-clean = { cmd = "rm -rf {{ BUILDDIR }} generated auto_examples jupyterlite_contents", cwd = "doc", args = [{ arg = "BUILDDIR", default = "_build" }] }
159+
doc-clean = { cmd = "rm -rf {{ BUILDDIR }} generated auto_examples jupyterlite_contents .jupyterlite.doit.db _contents", cwd = "doc", args = [{ arg = "BUILDDIR", default = "_build" }] }
160160
doc-deploy = { cmd = "python -m http.server" , cwd = "doc/_build/html" }
161161

162162
[tool.pixi.feature.nogil.tasks]

0 commit comments

Comments
 (0)