comparison README.md @ 62:775e15a2e2de

Updated README
author Brendan Rius <brendan.rius@gmail.com>
date Thu, 10 Aug 2017 17:22:37 +0200
parents ff9eb1c21ea8
children dcc9eecfc666
comparison
equal deleted inserted replaced
61:f07ad089f063 62:775e15a2e2de
1 # Minimal C kernel for Jupyter 1 # Minimal C kernel for Jupyter
2 2
3 ## Use with Docker (recommended) 3 ## Use with Docker (recommended)
4 4
5 * `docker pull brendanrius/jupyter-c-kernel` 5 * `docker pull brendanrius/jupyter-c-kernel`
6 * `docker run -d -p 8888:8888 brendanrius/jupyter-c-kernel` 6 * `docker run -p 8888:8888 brendanrius/jupyter-c-kernel`
7 * Go to [http://localhost:8888](http://localhost:8888) (or your VM address if you are using Docker Machine) 7 * Copy the given URL containing the token, and browse to it.
8 8
9 ## Manual installation 9 ## Manual installation
10 10
11 * Make sure you have the following requirements installed: 11 * Make sure you have the following requirements installed:
12 * gcc 12 * gcc