Brainfuck kernel is a simple kernel for Jupyter.
It has been developed using the wrapper structure that Jupyter provides.
Each input shows a very rich output including the pointer position and stack snapshot.
Just clone this repo, go inside the root directory and execute:
$ sudo jupyter kernelspec install brainfuck_kernel/
$ ./install.sh
Notebook: The New menu in the notebook should show an option for the Brainfuck notebook.
Console: $ jupyter console --kernel brainfuck_kernel
The instruction ',' does not work. It expects an input stream and I don't know how to provide it in a suitable way within the Jupyter environment. Feel free to fix it.
Thanks to Jacosro for providing the interpreter.