You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
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:
And this is the jupyter notebook screen:
I do not understand the warning or how I can fix this. Please help?
The text was updated successfully, but these errors were encountered:
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:
And this is the jupyter notebook screen:
I do not understand the warning or how I can fix this. Please help?
The text was updated successfully, but these errors were encountered: