Running some cells on Duet basics notebook have to be done twice? #313
Unanswered
butchland
asked this question in
Course: Foundations of Private Computation
Replies: 1 comment
-
Hi @butchland while preparing the contents I myself have faced this issue once as well in MacOS. I am really not sure what caused this issue but it looked like a Jupyter notebook with MacOS issue to me. I would suggest restarting and reconnecting your notebooks as I never faced this issue again after doing so. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I was wondering if anyone else is experiencing this weird behavior in some jupyter notebook cells where you have to run them twice in order for the cell to get executed.
The first time you run it (Ctrl-Enter/Shift-Enter/click on the Run button) the asterisk indicator is on for a few seconds (10-30 secs) then it clears it (just like it was never executed at all).
The second time is when the cell is run, its usually fast and that's when the cell has its execution count updated.
This happens for both the Duet_Basics_Data_Owner and the Duet_Basics_Data_Scientists notebook.
This is on the Lesson 1, Concept 14 Duet Basics of the Federated Learning module.
I just followed the instructions to create a new conda env as per instructions on the pysyft github page and loaded the requirements.txt from the git repo for the course. Also installed the latest pysyft from the github repo as per instructions in the course.
I'm running on MacOS Mojave, on a Brave browser, just in case that matters.
Beta Was this translation helpful? Give feedback.
All reactions