pramukta / juno-magic

IPython magics and utilities to work with bridged kernels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

juno-magic

A Jupyter Notebook extension for connection to and executing on remote Jupyter kernels hosted through Juno

Installation

pip install juno-magic

Usage

Loading the extension

%reload_ext juno_magic

Setting access tokens

Access tokens can be obtained by creating an account and generating an access token at the Juno registration page

%juno token <token>

Connecting to the WAMP router

%juno connect

Viewing online remote kernels

%juno list

Connecting to a remote kernel

%juno select <kernel-id>
# or
%juno select <kernel-name>

About

IPython magics and utilities to work with bridged kernels

License:MIT License


Languages

Language:Python 100.0%