Describe the bug
Jupiter does not seem to be able to read binary files
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
It does not appear like an attach a binary file here.
Screenshots
If applicable, add screenshots to help explain your problem.
Jupiter (please complete the following information):
- OS: [e.g. OS X]
- Version [e.g. v3.1]
- Mode GUI]
Additional context
When you fread from a binary file,
e.g., txt file (convert to binary before trying to fread).
5 3
1 -3 4
46 -2 -5
2 -62 0
1 3 13
26 -7 34
The first fread returns 5, but subsequent fread returns 0.
Describe the bug
Jupiter does not seem to be able to read binary files
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
It does not appear like an attach a binary file here.
Screenshots
If applicable, add screenshots to help explain your problem.
Jupiter (please complete the following information):
Additional context
When you fread from a binary file,
e.g., txt file (convert to binary before trying to fread).
5 3
1 -3 4
46 -2 -5
2 -62 0
1 3 13
26 -7 34
The first fread returns 5, but subsequent fread returns 0.