You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why does widgetsnbextension 4 officially support only Python>=3.7?
I have two environments:
IPykernel environment with ipywidgets 8.1.5 installed
Jupyter Notebook 6.0.3 environment (Python 3.6)
According to the installation guide I need to install widgetsnbextension in my Notebook environment. But I have to specify pip install --ignore-requires-python to install it there. There's almost no Python code in that package, why it doesn't officially support older Python version?
The text was updated successfully, but these errors were encountered:
Why does widgetsnbextension 4 officially support only Python>=3.7?
I have two environments:
According to the installation guide I need to install widgetsnbextension in my Notebook environment. But I have to specify
pip install --ignore-requires-python
to install it there. There's almost no Python code in that package, why it doesn't officially support older Python version?The text was updated successfully, but these errors were encountered: