FS#53489 - [spyder] missing dependency nbconvert
Attached to Project:
Community Packages
Opened by Sebastiaan Lokhorst (lonaowna) - Tuesday, 28 March 2017, 15:48 GMT
Last edited by Muflone (muflone) - Sunday, 07 May 2017, 01:02 GMT
Opened by Sebastiaan Lokhorst (lonaowna) - Tuesday, 28 March 2017, 15:48 GMT
Last edited by Muflone (muflone) - Sunday, 07 May 2017, 01:02 GMT
|
Details
When starting spyder, I get a message saying that the
"nbconvert" dependency is missing.
I see that the package "jupyter-nbconvert" is an indirect dependency of spyder, but that package seems to be for Python 3. I can't find a Python 2 version of it in the repositories. |
This task depends upon
Closed by Muflone (muflone)
Sunday, 07 May 2017, 01:02 GMT
Reason for closing: Fixed
Additional comments about closing: Hidden the warning in spyder 3.1.4-1 and moved the dependency to optional
Sunday, 07 May 2017, 01:02 GMT
Reason for closing: Fixed
Additional comments about closing: Hidden the warning in spyder 3.1.4-1 and moved the dependency to optional
"You have missing dependencies!
nbconvert >=4.0: None (NOK)
Please install them to avoid this message.
(...) we *strongly* recommend you to install all the listed missing dependecies (...)"
Porting it from Python 3 to Python 2 would require a big amount of dependencies to port to Python 2.
Whenever the bug #53658 will be solved then Spyder could use the nbconvert package to manipulate IPython notebooks.
In the meanwhile I'm marking the dependency as optional, hiding then the warning about missing nbconvert package for Python 2.