jupyterlab / jupyterlab-toc

Table of Contents extension for JupyterLab
BSD 3-Clause "New" or "Revised" License
728 stars 106 forks source link

jupyter 0.33 and python2.7 #79

Closed aaa34169 closed 4 years ago

aaa34169 commented 5 years ago

Hi Not sure:

can i install this extension for jupyterlab 0.33 and python 2.7 ? That s only work for python3.6, isn t it

regards

Fabien

ian-r-rose commented 5 years ago

Hi @aaa34169, you should be able to install a previous version of this extension with JupyterLab 0.33. Something like the following should work:

jupyter labextension install @jupyterlab/toc@0.4
aaa34169 commented 5 years ago

i have typed that in a dos command and i have this error : attributeError module object has no attribute DEVNULL :-(

ian-r-rose commented 5 years ago

Are you sure you are running Python 2.7? That is not a supported version for JupyterLab, AFAIK

aaa34169 commented 5 years ago

yes

i have been developing my package in python 2 with anaconda. my notebooks work fine.

i recently installed anaconda3 for starting conversion

does the error come from anaconda3 ?

Envoyé de mon iPhone

Le 11 févr. 2019 à 18:35, Ian Rose notifications@github.com a écrit :

Are you sure you are running Python 2.7? That is not a supported version for JupyterLab, AFAIK

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

aaa34169 commented 5 years ago

my system path point on anaconda2

Envoyé de mon iPhone

Le 11 févr. 2019 à 18:35, Ian Rose notifications@github.com a écrit :

Are you sure you are running Python 2.7? That is not a supported version for JupyterLab, AFAIK

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

lresende commented 4 years ago

Closing due to inactivity, please reopen if you still need to discuss/resolve things related to this issue.