-
Notifications
You must be signed in to change notification settings - Fork 0
#530: Migrated notebook deployment to Notebook Connector 3.0.0 #529
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
base: main
Are you sure you want to change the base?
Changes from 10 commits
b2eae85
e2d6ea3
d3138dd
a02ba62
6265148
2aa8b16
b2b6574
1862606
57134ac
eb21cf1
6a4b15c
48641c7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| # Check for Broken Hyperlinks | ||
|
|
||
| AI Lab's GitHub workflow [hyperlinks.yaml](https://github.com/exasol/ai-lab/blob/main/.github/workflows/hyperlinks.yaml) checks the validity of hyperlinks using different tools. | ||
| AI Lab checks the validity of hyperlinks locally using different tools. | ||
|
|
||
| If a specific link temporarily is unreachable, you can ignore it as specified by the following table. | ||
|
|
||
| | Files | Tool | How to ignore broken links? | | ||
| |-------|------|-----------------------------| | ||
| | Markdown files, e.g. README or Changelog | GitHub action [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | Add regexp to file `.lycheeignore` | | ||
| | Jupyter notebooks | `pytest --check-links` | Add CLI option `--check-links-ignore <REGEXP>` to the GitHub workflow file | | ||
| | Jupyter notebooks | `pytest --check-links` | Add CLI option `--check-links-ignore <REGEXP>` when running the test locally | | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,7 +31,7 @@ The AI Lab can connect to an _External Exasol database_, as well as using an _In | |
|
|
||
| You can use the command shown below with some limitations: | ||
| * Does not support Integrated Exasol Docker-DB. | ||
| * Does not allow creating Script Language Containers (SLCs), as is done in the examples in the notebooks [Exporting a flavor](https://github.com/exasol/ai-lab/blob/main/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/script_languages_container/export_as_is.ipynb) and [Customizing a flavor](https://github.com/exasol/ai-lab/blob/main/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/script_languages_container/customize.ipynb). | ||
| * Does not allow creating Script Language Containers (SLCs), as shown in the notebooks "Exporting a flavor" and "Customizing a flavor". | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would it be better to have the notebook names? It sounds like these might be sections in them. The files were
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hm, the notebook file names are not really relevant for most users, these are the titles of the notebooks and these are more likely to stay. But maybe we remove the reference to specific notebooks and keep it general. |
||
|
|
||
| The command will | ||
| * Run a Docker container using the specified version of the AI Lab. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| jupyterlab==4.4.8 | ||
| pexpect==4.8.0 | ||
| jupyterlab >=4.4.8,<5 | ||
| pexpect >=4.8.0,<5 |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.