Overview
When running a Jupyter notebook, the cells in the notebook can be downloaded and saved locally for later reference.
However, in some cases, the user might be faced with the following error
Note: there is no work lost at this point; the notebook server is still running in Domino and you can return to your notebook as it was. This error just means the conversion to the given format prior to downloading failed.
Applies to
Interactive Jupyter Notebooks running in Domino. The version is not Domino Specific.
Cause
It appears that there was a broken dependency introduced in some later versions of Jupyter notebooks.
See this link for more information: https://trac.sagemath.org/ticket/24484
Solution
Upgrade nbconvert
. The following is an example of what you would add into your Dockerfile commands section in your Domino Compute Environment:
RUN pip install nbconvert==5.3.1
requirements.txt
in your Domino project:nbconvert==5.3.1
Comments
0 comments
Please sign in to leave a comment.