This was part of my bachelors thesis and is continued here.
Make sure you have the following requirements installed:
- jupyter
- python 3
- fyr
git clone
this reposudo jupyter kernelspec install jupyter-fyr-kernel
(as root, otherwise you have to change path in kernel.json)jupyter notebook
. Enjoy!
- Either go to
/usr/local/share/jupyter/kernels/jupyter-fyr-kernel/
and typegit pull
- or type
git pull
in the directory where you initially cloned this repo. After thatcd ..
and typesudo jupyter kernelspec install jupyter-fyr-kernel --replace
This was part of my bachelors thesis and is continued here.