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
(testpy37) ➜ ~ uname -a
Linux 5.17.15-051715-generic #202206141358 SMP PREEMPT Tue Jun 14 18:53:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
(testpy37) ➜ ~ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
(testpy37) ➜ ~ python --version
Python 3.7.13
This issue affects downstream applications, such as plotly, which depends on nbformat, e.g., in this issue.
The text was updated successfully, but these errors were encountered:
yxlao
changed the title
nbformat 5.6.0 reports 0.0.0 version number on Linux
pip installed nbformat 5.6.0 reports 0.0.0 version number on Linux
Sep 23, 2022
Ran into the same issue. This breaks Plotly usage in notebooks as plotly checks nbformat version > 4.2.0.
For now if you install nbformat==5.5.0 Plotly will work correctly.
nbformat==5.6.0
reports version number as0.0.0
nbformat==5.5.0
worksSystem environments
This issue affects downstream applications, such as
plotly
, which depends onnbformat
, e.g., in this issue.The text was updated successfully, but these errors were encountered: