Showing posts with label jupyter notebooks. Show all posts
Showing posts with label jupyter notebooks. Show all posts

Friday, 10 February 2017

iPython and Jupyter notebooks on ev3dev EV3 Mindstorms

Installing iPython & jupyter notebooks on the ev3dev

sudo -su
 
apt-get install libboost-python1.55.0 python-setuptools python-pil 

Installing iPython


Run the update then the install (if not you will not find/install ipython)

sudo apt-get update
sudo apt-get install -y ipython

sudo apt-get install python3-pip  :: To install pip under python 3

sudo pip3 install ipython


sudo pip3 install --upgrade pip
 
sudo pip3 install jupyter

I received this error message...

 Could not find .egg-info directory in install record for pyzmq>=13 (from jupyter-client>=4.1->qtconsole->jupyter)
Successfully installed jupyter nbconvert qtconsole notebook jupyter-console ipywidgets ipykernel jinja2 mistune jupyter-core bleach nbformat testpath entrypoints pandocfilters jupyter-client terminado tornado widgetsnbextension MarkupSafe jsonschema pyzmq backports-abc
Cleaning up...


Yet when I run it (see below) it takes awhile to actually do anything

jupyter notebook

sudo pip3 install rpyc


robot@ev3dev:~$ ./rpyc_server.sh
-bash: ./rpyc_server.sh: /bin/hash: bad interpreter: No such file or directory



Starting the Jupyter Server

jupyter notebook
 
Connecting to Jupyter Notebook
 
 
I'm currently still having problems connecting to the Jupyter Notebooks... will update...