https://github.com/robmarkcole/jupyter-raspberry-pi
Using Jupyter notebooks on a raspberry pi
https://github.com/robmarkcole/jupyter-raspberry-pi
jupyter-notebook raspberry-pi
Last synced: about 1 month ago
JSON representation
Using Jupyter notebooks on a raspberry pi
- Host: GitHub
- URL: https://github.com/robmarkcole/jupyter-raspberry-pi
- Owner: robmarkcole
- License: mit
- Created: 2018-08-10T10:11:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T14:17:49.000Z (almost 8 years ago)
- Last Synced: 2026-02-26T23:54:04.699Z (4 months ago)
- Topics: jupyter-notebook, raspberry-pi
- Language: Jupyter Notebook
- Size: 3.64 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jupyter-raspberry-pi
Using Jupyter notebooks on a raspberry pi 3. Installed Rasbian stretch `2018-06-27-raspbian-stretch`
Following https://www.hackster.io/mjrobot/rpi-physical-computing-using-jupyter-notebook-056fa8 we simply:
```
$ sudo pip3 install jupyter
$ sudo ipython3 kernelspec install-self
$ jupyter notebook
```
Then head to `http:localhost:8888`. I'm not sure how to expose port 8888 so I can access the server from my Macbook. Also system python is 3.5.3 so will need to update.