Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Jupyter notebook extremely slow when connected to a remote server and used on local server by ssh tunneling #525

Open
smriti-singh opened this issue Feb 25, 2019 · 1 comment

Comments

@smriti-singh
Copy link

I followed these steps to connect to jupyter notebook hosted on a remote server onto my local server:
https://www.digitalocean.com/community/tutorials/how-to-install-run-connect-to-jupyter-notebook-on-remote-server

Summary of steps:
1)Installed jupter notebook on ubuntu remote server
2)Installed cygwin on local computer- windows OS
3)On cmd typed: :ssh -N -f -L 8000:localhost:9000 usernme5@remote host url/ip address
4)It opens jupyter notebook
5)BUT when I create a new notebook or open a pre-existing notebook, it takes 30min or more to load. Even if the notebook loads, a simple "import numpy as np", takes indefinite time to execute
6)Meanwhile the error on the cmd is as follows:
image

And this is the jupyter notebook screen:
image

I do not understand the warning or how I can fix this. Please help?

@smriti-singh
Copy link
Author

Just got these additional errors on the terminal while waiting for the notebook to execute:
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant