IBMDataScience/DSx-Desktop

Install of jupyter notebook is looping on ubuntu 16.04 desktop

Closed this issue · 5 comments

provided link shows the issue being experienced.
https://youtu.be/OzIDRo-6VQ4

Thanks for the video. For some reason, it doesn't think you have Jupyter installed, even though you just installed it.

Could you please post the logs? Find it at Help > Open log folder > dsx-desktop.log.

Also please post the output of:

ls ~/.config/ibm-dsx-desktop/user-home/_global_/re/ibm/definitions/

my pleasure and thanks for looking at this.

bhan@bhanubuntu:~/.config/ibm-dsx-desktop$ ls -alt user-home/global/re/ibm/definitions/
total 8
drwxr-xr-x 2 root root 4096 May 23 22:49 .
drwxr-xr-x 3 root root 4096 May 23 22:49 ..
dsx-desktop.log

I found this entry

[2018-05-24 00:08:52:0985] [error] Error writing definition file: Error: EACCES:
permission denied, open '/home/bhan/.config/ibm-dsx-desktop/user-home/_global_/re/
ibm/definitions/jupyter-server.json'

which indicates that we couldn't create the jupyter file, which we use to check if you have jupyter installed.

I also noticed that in your command, you had a global directory instead of _global_ (you must've noticed it too since you italicized it). I believe the error may be due to this mismatch in directory names.

Try renaming global to _global_ and installing jupyter again. Also make sure the path

~/.config/ibm-dsx-desktop/user-home/_global_/re/ibm/definitions/

exists. If it doesn't, create it using

mkdir -p ~/.config/ibm-dsx-desktop/user-home/_global_/re/ibm/definitions/

@blogmaniak just following up, is this still an issue?

Closing due to lack of activity. If you want to pursue this further, feel free to reopen.