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
Jupyter Notebooks are JSON-serialized lines of code, though they are producing incorrect code size estimates with this great tooling. See this example - tokei counts it as 496 lines of JSON code, but in fact it's 60 python code lines and 19 markdown lines.
Jupyter Notebooks are JSON-serialized lines of code, though they are producing incorrect code size estimates with this great tooling. See this example - tokei counts it as 496 lines of JSON code, but in fact it's 60 python code lines and 19 markdown lines.
Why should we care? There are 5M+ Jupyter notebook files on github
The text was updated successfully, but these errors were encountered: