Skip to main content

Running IPython kernels through batch queues

Project description

Remote IKernel

Launch IPython/Jupyter kernels on remote systems so that they can be used with local noteboooks.

Kernels start through interactive queues on SGE clusters and are tunneled to from the machine running the notebook.

Commands for managing the kernels are included.

Install with pip install remote_ikernel.

# install the module (python setup.py install also works)
pip install remote_ikernel
# Set up the kernels you'd like to use
remote_ikernel manage
# add a new kernel
remote_ikernel manage --add --kernel_cmd='ipython kernel' \
                            --name="Python 2.7" \
                            --interface=sge \
                            --cpus=4 --pe=smp

The kernel spec will be installed so that the new kernel appears in the drop-down list in the notebook.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

remote_ikernel-0.1.tar.gz (5.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page