# Jupyter Kernel Chapel
## Using Chapel in Jupyter
It is possible to use [Jupyter](http://www.jupyter.org) as front-end for Chapel.
### Installation
These installation instructions are for Ubuntu Linux 16.04 (Xenial).
#### Python and Jupyter
If you want to run the Jupyter notebook locally on your computer, you need a recent version
of Python 2 or 3 and Jupyter installed. The use of Python 3 is recommended.
To install Python3 run
```bash
apt-get install python3-pip
```
We recommend using Python3, but you can also use Python2.
To install Jupyter using pip, run
```bash
pip3 install jupyter
```
#### Chapel
Please install Chapel in shared mode
```bash
export CHPL_LIB_PIC=shared
```
#### Jupyter Kernel Chapel
```bash
pip3 install jupyter-kernel-chapel
```
## Using Chapel in Jupyter
It is possible to use [Jupyter](http://www.jupyter.org) as front-end for Chapel.
### Installation
These installation instructions are for Ubuntu Linux 16.04 (Xenial).
#### Python and Jupyter
If you want to run the Jupyter notebook locally on your computer, you need a recent version
of Python 2 or 3 and Jupyter installed. The use of Python 3 is recommended.
To install Python3 run
```bash
apt-get install python3-pip
```
We recommend using Python3, but you can also use Python2.
To install Jupyter using pip, run
```bash
pip3 install jupyter
```
#### Chapel
Please install Chapel in shared mode
```bash
export CHPL_LIB_PIC=shared
```
#### Jupyter Kernel Chapel
```bash
pip3 install jupyter-kernel-chapel
```
Release files for jupyter-kernel-chapel 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jupyter-kernel-chapel-0.0.4.tar.gz | 4.4 kB | Details |
Release files / jupyter-kernel-chapel-0.0.4.tar.gz
| Download URL | jupyter-kernel-chapel-0.0.4.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c3a8054f9226cc0fd6b20d72d169ad3c24abe44e2d821402c1db20668fe9ed0f
|
|
BLAKE2b-256 checksum How to use checksums |
1804604c4e2e6d9ca48e8af4206612121c6ce1ce496495122016f83048fcb327
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
|