Skip to content

Commit

Permalink
TSML: Chore: Shorten GitHub URL to topic/timeseries/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 18, 2024
1 parent badee72 commit 3df542b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion topic/timeseries/exploratory_data_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"#!pip install -r requirements.txt\n",
"\n",
"# Note: If you are running in an environment like Google Colab, please use the absolute path of the requirements:\n",
"#!pip install -r https://raw.githubusercontent.com/crate/cratedb-examples/main/topic/timeseries/requirements.txt"
"#!pip install -r https://github.com/crate/cratedb-examples/raw/main/topic/timeseries/requirements.txt"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion topic/timeseries/time-series-decomposition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"#!pip install -r requirements.txt\n",
"\n",
"# Note: If you are running in an environment like Google Colab, please use the absolute path of the requirements:\n",
"#!pip install -r https://raw.githubusercontent.com/crate/cratedb-examples/main/topic/timeseries/requirements.txt"
"#!pip install -r https://github.com/crate/cratedb-examples/raw/main/topic/timeseries/requirements.txt"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion topic/timeseries/timeseries-anomaly-detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"%pip install -r requirements.txt\n",
"\n",
"# Note: If you are running in an environment like Google Colab, please use the absolute path of the requirements:\n",
"#%pip install -r https://raw.githubusercontent.com/crate/cratedb-examples/main/topic/timeseries/requirements.txt"
"#%pip install -r https://github.com/crate/cratedb-examples/raw/main/topic/timeseries/requirements.txt"
]
},
{
Expand Down

0 comments on commit 3df542b

Please sign in to comment.