Closed Idofriedman closed 6 years ago
You might find these example kernelspecs helpful from the Jupyter Enterprise Gateway project. These are all configured to use a process proxy to distribute across the cluster that Enterprise Gateway is servicing. However, if you didn't need that extra level of distribution, you could remove the process_proxy
stanza and the various --RemoteProcessProxy
parameters from argv
and essentially get the equivalent functionality provided by Kernel Gateway (since we're a direct extension).
Closing issue due to lack of activity. Please re-open if necessary.
Hi,
I am able to connect from jupyter notebook to a python kernel on a remote gateway.
But pyspark kernel failes.
How can I set this up?
10x