-
Notifications
You must be signed in to change notification settings - Fork 0
Jupyter Notebook Session is Auto Closed on each Cell Run #5
Copy link
Copy link
Open
Labels
issue/blockerA blocking issue preventing progress on other tasks.A blocking issue preventing progress on other tasks.issue/t/bug[PATCH] Bugs, crashes, hangs, vulnerabilities, or other problems.[PATCH] Bugs, crashes, hangs, vulnerabilities, or other problems.issue/t/performanceImprovement of performance of code time/memory benchmarking.Improvement of performance of code time/memory benchmarking.
Description
Activity
Metadata
Metadata
Assignees
Labels
issue/blockerA blocking issue preventing progress on other tasks.A blocking issue preventing progress on other tasks.issue/t/bug[PATCH] Bugs, crashes, hangs, vulnerabilities, or other problems.[PATCH] Bugs, crashes, hangs, vulnerabilities, or other problems.issue/t/performanceImprovement of performance of code time/memory benchmarking.Improvement of performance of code time/memory benchmarking.
The environment captures all the necessary variables, but on each cell run the
asyncfunction is closed and auto connected on the next cell. This is a bug and needs to be resolved.The 89f0242 flags a session as
decommissionedwhen a session is closed; thus, the correct time will not be captured. Possible reason is the context manager session is being controlled by thenotebookenvironment internally.This is a blocker for #4