Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 818 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 818 Bytes

Binder

Furman University · CITE Tutorials

This repository hosts Jupyter notebooks illustrating usage of the CITE Architecture.

These notebooks use the Almond kernel. You can run a notebook server with the Almond kernel using a docker container like this:

docker run -it --rm -p 8888:8888 almondsh/almond:0.9.0

You can also work interactively with these notebooks on mybinder.org.

If you have Jupyter Notebooks installed locally, with the Almond kernal, you can run this with:

jupyter notebook

This work is based on that of Neel Smith.