HaudinFlorence / allthekernels

A multiplexer kernel for Jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All the Kernels!

A Jupyter kernel that multiplexes all the kernels you have installed.

Installation

  1. Download and extract the contents of this repository or clone it with git clone https://github.com/minrk/allthekernels.git
  2. Install with:
python3 -m pip install allthekernels

Or to do a dev install from source:

python3 -m pip install [-e] .

Usage

Specify which kernel a cell should use with >kernelname. If no kernel is specified, IPython will be used.

atk

(All the things source)

About

A multiplexer kernel for Jupyter

License:MIT License


Languages

Language:Python 98.3%Language:Smarty 1.7%