data-science-experience

Enable nbextension on IBM Data Science Experience

人走茶凉 提交于 2019-11-28 12:10:19
问题 I have to enable File Upload widgets on Jupyter on IBM Data Science Experience. It requires the following set of commands: pip install fileupload jupyter nbextension install --py fileupload jupyter nbextension enable --py fileupload It looks we need to have sudo permission on the platform to execute the 2nd and 3rd commands which IBM Data Science Experience is not allowing me to do. How can I do this on the platform to install the file upload widget? 回答1: Users cannot enable notebook

How to troubleshoot a DSX scheduled notebook?

六眼飞鱼酱① 提交于 2019-11-27 07:25:00
问题 I have a DSX notebook that I can run manually usng the DSX user interface and it populates some data in a Cloudant database. I have scheduled the notebook to run hourly. Overnight I would have expected the job to have run many times, but the Cloudant database has not been updated. How can I debug the scheduled job? Are there any logs that I can check to verify that the notebook has actually been executed? Is the output from my notebook saved to log files? Where can I find these files? 回答1: