amazon web services - Issues using Spyder python to connect to remote machine -


so have redhat system in aws running spark on top of hdfs. want access pyspark local machine i.e. interactive python.

so, installed spyder-py2 connect remote aws machine can access spyder python.

route:

  • using cookbook: connecting remote kernel via ssh, started kernel on aws machine i.e. server , copied json file on local machine.
  • changed ip in kernel1234.json point public ip.
  • went consoles in spyder-py2 , select "connect existing kernel".
  • passed kernel1234.json file, added username , host in hostname section.
  • passed aws pem key in ssh key section , entered password

but fails below error:

unable connect ipython kernel-1234.json    

can please tell me missing here ?

note: server on aws vm still running.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -