https://github.com/mgielda/renode-notebooks-ipynb
Jupyter notebooks for Renode
https://github.com/mgielda/renode-notebooks-ipynb
Last synced: 11 months ago
JSON representation
Jupyter notebooks for Renode
- Host: GitHub
- URL: https://github.com/mgielda/renode-notebooks-ipynb
- Owner: mgielda
- Created: 2020-09-06T08:18:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T13:21:59.000Z (over 5 years ago)
- Last Synced: 2025-03-01T10:46:43.162Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Renode Jupyter/Colab notebooks in ipynb
This repo contains Renode interactive Jupyter notebooks that can be run in the cloud e.g. using Google's Colab.
This will let you try out some of Renode's features without having to install anything (but as you will see in the notebooks themselves, installing Renode is actually very easy).
> Files in this repository are auto-generated from source .py files. Do not edit the repo manually other than the README.
## Running on Colab in the cloud
* [HiFive Unleashed execution metrics demo](https://colab.research.google.com/github/mgielda/renode-notebooks-ipynb/blob/master/unleashed-metrics.ipynb)
* [TF Lite Magic Wand demo](https://colab.research.google.com/github/mgielda/renode-notebooks-ipynb/blob/master/tflite-magic-wand.ipynb)
## Connect to a local runtime in Colab (optional)
* pyrenode (super simple script a variant of renode-pytest)
* Jupyter notebook installed and running locally:
```
python3 -m jupyter notebook \
--NotebookApp.allow_origin='https://colab.research.google.com' \
--port=8888 \
--NotebookApp.port_retries=0
```
* following this guide: https://research.google.com/colaboratory/local-runtimes.html
## Running entirely locally
Close this repo, then use Jupyter notebook as normal.
## TODO
* [ ] Automatically generate the demo list, also include it in the notebooks.