A Jupyter kernel for chapel
Project description
# 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
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file jupyter-kernel-chapel-0.0.4.tar.gz
.
File metadata
- Download URL: jupyter-kernel-chapel-0.0.4.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3a8054f9226cc0fd6b20d72d169ad3c24abe44e2d821402c1db20668fe9ed0f |
|
MD5 | 83dfaeeb4812a4d1f33dfdbc5a33e571 |
|
BLAKE2b-256 | 1804604c4e2e6d9ca48e8af4206612121c6ce1ce496495122016f83048fcb327 |