Skip to content

Support for Jupyter notebooks in excess of 1 MB #6723

Closed Answered by lildude
hansec asked this question in Classification
Discussion options

You must be logged in to vote

I certainly do not think that large Jupyter notebooks are not supported. My issue is that 3,712 lines of code are reported as 6,677,629 lines (an 179,893% increase). Assuming 1 byte per line (or something similar) seems pretty low.

You're not interpretting the output correctly. As I've mentioned before, it's not reporting 3,712 lines as 6,677,629 lines, it's reporting the total bytes as 6,677,629 bytes. The lines of code have nothing to do with this. You can confirm this independently of Linguist using du:

github-linguist OpenFUSIONToolkit/
58.37%  6677629    Jupyter Notebook
35.29%  4038050    Fortran
4.55%   520080     Python
0.63%   72091      CSS
0.40%   45203      CMake
0.30%   3…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@lildude
Comment options

Answer selected by hansec
@hansec
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6722 on February 27, 2024 08:11.