Skip to main content

Simple example of qtpi test kernel python wrapper for Jupyter to enable Qtpi quantum language

Project description

_kernel

qtpi_test_kernel is an example of a modified Jupyter kernel python wrapper to enable inputs written in Qtpi quantum language. This repository complements the documentation on wrapper kernels here:

http://jupyter-client.readthedocs.io/en/latest/wrapperkernels.html

Installation

  1. User has to ensure that Python language is installed on the machine.

  2. User has to install package manager : pip in case of Python 2 or pip3in case of Python 3.

  3. Here are 2 options which depends on the previous installation -

To install qtpi_test_kernel from PyPI using Python 2::

pip install qtpi_test_kernel
python -m qtpi_test_kernel.install

To install qtpi_test_kernel from PyPI using Python 3::

pip3 install qtpi_test_kernel
python3 -m qtpi_test_kernel.install

Using the Qtpi kernel

Notebook: The New menu in the notebook should show an option for an Qtpi notebook.

Console frontends: To use it with the console frontends, add --kernel qtpi to their command line arguments.

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

qtpi_test_kernel-0.1.3.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

qtpi_test_kernel-0.1.3-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

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