In IBM Watson Studio while using Notebooks (Python, R, Scala) on Safari browser, sometimes the notebook is not connected to the kernel and after several retries shows Connection Failed
or Kernel Dead
. Refreshing the browser window does not help. In Chrome and Firefox connection to the kernel for the same Watson Studio notebook works.
Asked
Active
Viewed 264 times
1

Sumit Goyal
- 575
- 3
- 16
1 Answers
1
It could happen because of the browser cache. The browser header or cookie could be too long. Cleaning the browser cache should solve it. The following steps show how to clean Safari cache:
- In the top menu click "Safari"->"Preferences..."
- In the opened window choose "Privacy" tab
- Click "Remove All Website Data"
- In the opened dialog click "Remove now"
- Refresh the page with opened Watson Studio notebook.

Sumit Goyal
- 575
- 3
- 16

Sergey Kukhtichev
- 58
- 4
-
Thanks, clearing the browser cache resolved the issue. – Sumit Goyal Dec 23 '16 at 10:04