Skip to content

Commit 5500087

Browse files
disclaimed that this will only work with AI-LAB 3.3.0 (#29)
* sales forecating demo added in examples adjusted file size * fixed some notebook documentation * fixed download link * rectified documentation * rectified documentation * pyexasol docs added * zip file extraction code changed * removed SaaS references and added custom SLC language defination * AI-LAB 3.3.0 disclaimer and correct code identation in setup
1 parent 1da934c commit 5500087

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/examples/sales_forecasting/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Sales Forecasting
88
setup.rst
99

1010

11+
**Disclaimer: This demo can only work with AI-LAB 3.3.0 at the moment.**
12+
1113
Overview
1214
========
1315

@@ -29,7 +31,7 @@ What You'll Need
2931
You’ll need to:
3032

3133
* Set up `AI-Lab <https://github.com/exasol/ai-lab>`_ (We recommend the Docker version because it comes with the Docker database. Alternatively, you can use onPrem DB).
32-
* This version of the demo is not compatible with SaaS database.
34+
* **This version of the demo is not compatible with SaaS database.**
3335
* Download and import the notebooks zip file from :ref:`setup-sf`.
3436

3537
What You'll Learn

doc/examples/sales_forecasting/setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Code to Unzip Files in JupyterLab
4343
# Open the zip file
4444
with zf.ZipFile("sales_forecasting.zip", 'r') as files:
4545
# Extract all contents directly to the current directory
46-
files.extractall()
46+
files.extractall()
4747
4848
4949

0 commit comments

Comments
 (0)