Federated learning DUET Basics : Kernel disconnected A connection to the notebook server could not be established. The notebook will continue trying to reconnect. Check your network connection or notebook server configuration. #450
Unanswered
910092
asked this question in
Course: Foundations of Private Computation
Replies: 2 comments
-
(pysyft) C:\Users\DELL\courses\federated-learning>python -m pip --version |
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
-
I had created a virtual environment pysyft for the federated learning course in miniconda
miniconda (my preference)
I had installed the dependencies with pip. With my virtual environment activated, run pip install -r requirements.txt.it was successful
Then run pip install syft==0.5.0 to install the newest version of Syft.it was successful
I found the exercise notebooks in the federated-learning folder.
In my terminal, after move to the federated-learning folder and i started Jupyter with jupyter notebook. This brought up the Jupyter server in my browser : after open http://localhost:8888/notebooks/duet_basics/Duet_Basics_Data_Owner.ipynb shows kernel disconnected A connection to the notebook server could not be established. The notebook will continue trying to reconnect. Check your network connection or notebook server configuration. please advise what could be reason for this failure
Beta Was this translation helpful? Give feedback.
All reactions