FS#53658 - [jupyter-nbconvert] Missing Python 2 module

Attached to Project: Community Packages
Opened by Muflone (muflone) - Wednesday, 12 April 2017, 23:31 GMT
Last edited by Kyle Keen (keenerd) - Saturday, 03 October 2020, 09:40 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Kyle Keen (keenerd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The package jupyter-nbconvert offers Python 3.x module but lacks support for Python 2.x, which is in turn needed by the package spyder.
Could you please build the same package also for Python 2?

Steps to reproduce:

$ python2
>>> import nbconvert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named nbconvert
This task depends upon

Closed by  Kyle Keen (keenerd)
Saturday, 03 October 2020, 09:40 GMT
Reason for closing:  Won't fix
Additional comments about closing:  No more python2.
Comment by Ivy Foster (escondida) - Thursday, 10 October 2019, 22:13 GMT
Given that we're rapidly approaching the official end of python2's unnaturally long life, it seems like this one could be safely closed "Won't Fix".
Comment by loqs (loqs) - Monday, 28 September 2020, 21:31 GMT
Spyder dropped python2 support in spyder 3.3.6-1 [1].
There is no support for python2 remaining in any of the Jupyter packages.

[1] https://github.com/archlinux/svntogit-community/commit/4204d4b57e70deb2442f664a009f80877c81b17b

Loading...