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

Terminal Command run using (! python ), doesn't show real-time output log #6291

Open
dummynov1 opened this issue Feb 24, 2022 · 0 comments
Open

Comments

@dummynov1
Copy link

I have noticed that Terminal/CLI commands like ! python -m spacy train .... executed within jupyter cell doesn't show real-time (live) output log updates on jupyter. It just shows complete log once the execution is completed. While, Collab does show real-time log for the same (for CLI command executions)
Is this an expected behavior in Jupyter, or is there a way to enable real-time output for Terminal/CLI commands within jupyter notebook?

Eg: Screenshot below is a spacy train NER CLI command, which keeps executing without showing any Training epochs/steps log updates, Complete log is shown only when all epochs are completed. Hence, we cannot track the training performance real-time for Spacy CLI commands

Screenshots
image

Desktop :

  • OS: Win 10
  • Browser: chrome
  • Version : 98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant