All Projects β†’ ipython β†’ Ipykernel

ipython / Ipykernel

Licence: other
IPython Kernel for Jupyter

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ipykernel

Halo
πŸ’« Beautiful spinners for terminal, IPython and Jupyter
Stars: ✭ 2,532 (+555.96%)
Mutual labels:  ipython, jupyter
vim-jukit
Jupyter-Notebook inspired Neovim/Vim Plugin
Stars: ✭ 55 (-85.75%)
Mutual labels:  jupyter, ipython
Ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Stars: ✭ 15,107 (+3813.73%)
Mutual labels:  ipython, jupyter
Awesome Jupyter
A curated list of awesome Jupyter projects, libraries and resources
Stars: ✭ 2,523 (+553.63%)
Mutual labels:  ipython, jupyter
importnb
notebook files as source
Stars: ✭ 47 (-87.82%)
Mutual labels:  jupyter, ipython
Juniper
πŸ‡ Edit and execute code snippets in the browser using Jupyter kernels
Stars: ✭ 189 (-51.04%)
Mutual labels:  ipython, jupyter
ipython pytest
Pytest magic for IPython notebooks
Stars: ✭ 33 (-91.45%)
Mutual labels:  jupyter, ipython
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (-62.44%)
Mutual labels:  ipython, jupyter
imongo
A MongoDB kernel for Jupyter
Stars: ✭ 51 (-86.79%)
Mutual labels:  jupyter, ipython
gaia
Gaia is a geospatial analysis library jointly developed by Kitware and Epidemico.
Stars: ✭ 29 (-92.49%)
Mutual labels:  jupyter, ipython
Ipywebrtc
WebRTC for Jupyter notebook/lab
Stars: ✭ 171 (-55.7%)
Mutual labels:  ipython, jupyter
Vscodejupyter
Jupyter for Visual Studio Code
Stars: ✭ 337 (-12.69%)
Mutual labels:  ipython, jupyter
Signals And Systems Lecture
Continuous- and Discrete-Time Signals and Systems - Theory and Computational Examples
Stars: ✭ 166 (-56.99%)
Mutual labels:  ipython, jupyter
Jupyterhub Deploy Teaching
Reference deployment of JupyterHub and nbgrader on a single server
Stars: ✭ 194 (-49.74%)
Mutual labels:  ipython, jupyter
Cheatsheets.pdf
πŸ“š Various cheatsheets in PDF
Stars: ✭ 159 (-58.81%)
Mutual labels:  ipython, jupyter
angr-cli
Repo for various angr ipython features to give it more of a cli feeling
Stars: ✭ 41 (-89.38%)
Mutual labels:  jupyter, ipython
Ipyexperiments
jupyter/ipython experiment containers for GPU and general RAM re-use
Stars: ✭ 128 (-66.84%)
Mutual labels:  ipython, jupyter
Ipytracer
πŸ“Š Algorithm Visualizer for IPython/Jupyter Notebook
Stars: ✭ 138 (-64.25%)
Mutual labels:  ipython, jupyter
dmind
jupyter notebook ηš„ζ€η»΄ε―Όε›Ύζ’δ»Ά
Stars: ✭ 21 (-94.56%)
Mutual labels:  jupyter, ipython
Bqplot
Plotting library for IPython/Jupyter notebooks
Stars: ✭ 3,203 (+729.79%)
Mutual labels:  ipython, jupyter

IPython Kernel for Jupyter

This package provides the IPython kernel for Jupyter.

Installation from source

  1. git clone
  2. cd ipykernel
  3. pip install -e .

After that, all normal ipython commands will use this newly-installed version of the kernel.

Running tests

Ensure you have nosetests and the nose-warnings-filters plugin installed with

pip install nose nose-warnings-filters

and then from the root directory

nosetests ipykernel

Running tests with coverage

Follow the instructions from Running tests. Ensure you have the coverage module installed with

pip install coverage

and then from the root directory

nosetests --with-coverage --cover-package ipykernel ipykernel
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].