-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added the troubleshooting section in the user guide #270
Conversation
@@ -18,3 +18,4 @@ After downloading the required files and having started the AI-Lab you can conne | |||
## Additional Links | |||
|
|||
* [Developer Guide](https://github.com/exasol/ai-lab/blob/2.0.0/doc/developer_guide/developer_guide.md) | |||
* [Troubleshooting](doc/user_guide/troubleshooting.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would move it above the developer guide, because Troubleshooting is more important for the user then the developer guide
doc/user_guide/troubleshooting.md
Outdated
### Problem | ||
|
||
Running the Transformers Extension Initialization in the transformers/te_init.ipynb notebook results | ||
in a popped up error message similar to this: "Kernel Restarting. The kernel for transformers/te_init.ipynb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"popped up" sounds a bit weird , but not sure what the correct form is, maybe
"error message popup"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"pop-up message" is correct I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then lets go with "pop-up message"
Closes #249