Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 101-get-started notebook to be rendered correctly #340

Merged
merged 2 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
-
-
-
- Fix `101-get-started` notebook to be rendered correctly ([#340](https://github.com/etna-team/etna/pull/340))
-
-
-
Expand Down
3 changes: 2 additions & 1 deletion examples/101-get_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"Library works with a special data structure called `TSDataset`. It stores all the necessary information to work with multiple time series.\n",
"\n",
"To create an instance of `TSDataset` we should reformat our `df` into one of two supported formats:\n",
"\n",
"- Long format\n",
" - Has columns `timestamp`, `segment`, `target`\n",
" - Column `timestamp` stores timestamp values\n",
Expand Down Expand Up @@ -1529,7 +1530,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.6"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
Loading