-
Notifications
You must be signed in to change notification settings - Fork 59
check if we are in ipython env #816
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
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D79982702 |
02df0cf
to
e4e6325
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
3159ef0
to
d5bd27c
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
d5bd27c
to
a131f54
Compare
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
c1b6141
to
c1c5194
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
c1c5194
to
dfd35b1
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
dfd35b1
to
dd8fc7f
Compare
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
dd8fc7f
to
be7ed2e
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
b4d3484
to
ae60333
Compare
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
ae60333
to
1e66812
Compare
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
465ede2
to
bdc357d
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
This pull request was exported from Phabricator. Differential Revision: D79982702 |
bdc357d
to
04a8748
Compare
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
04a8748
to
9de8f25
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
9de8f25
to
9391ffd
Compare
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Provide sync flush so it is guaranteed all the flushed logs on the remote procs will be streamed back and flushed on client's stdout/stderr. Differential Revision: D80051803
Summary: there is no way to tail local procs; simply disallow it; I don't quite like the new interface introduced. RFC is needed. Differential Revision: D80063700
Summary: force sync flush upon mesh stop Differential Revision: D80310284
9391ffd
to
9669a87
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
9669a87
to
e813a77
Compare
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
This pull request was exported from Phabricator. Differential Revision: D79982702 |
e813a77
to
e859810
Compare
Summary:
In ipython notebook, a cell can end fast. Yet the process can still run in the background.
However, the background process will not flush logs to the existing cell anymore.
The patch register the flush function upon a cell exiting.
Differential Revision: D79982702