Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orders SDK Progress Bar not Wrapped in Jupyter Notebook #942

Open
mkshah605 opened this issue May 3, 2023 · 1 comment
Open

Orders SDK Progress Bar not Wrapped in Jupyter Notebook #942

mkshah605 opened this issue May 3, 2023 · 1 comment

Comments

@mkshah605
Copy link
Contributor

Expected behavior
When I download an order using the Orders SDK in a jupyter notebook, I should be able to see the download progress bar (regardless of the filename lengths, especially since this is not something we can specify) to check how far my download has progressed.

Actual behavior (describe the problem)
With the current behavior, I'm not able to see the progress due to the filename length, and it is cut off. This is a problem because I can't tell how far my download has progressed or how much time might be remaining. This is specifically an issue within jupyter notebooks. I've included a screenshot of what this currently looks like on my machine

Workaround
One workaround is not specifying the output directory (as this lengthens the path name), but I need the images ina specific directory so this is not really a workaround.

Screenshot 2023-05-02 at 4 11 02 PM

@mkshah605 mkshah605 added the bug label May 3, 2023
@jreiberkyle jreiberkyle added this to the 2.0.x: Bug fixes milestone May 4, 2023
@tbarsballe
Copy link
Contributor

The most useful solution would be to truncate the path such that the tailing portion fits within some max length

Max length could be configured at a global level so that you don't need to pass in options everywhere?

@tbarsballe tbarsballe modified the milestones: 2.0.x: Bug fixes and Docs, 2.x.x: Major improvements Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants