Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Jupyter kernel for MicroPython's UNIX port

License

Notifications You must be signed in to change notification settings

lukaszKielar/unix-micropython-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter kernel for MicroPython's UNIX port

How to start

Clone git repository

git clone https://github.com/lukaszKielar/unix-micropython-kernel
cd unix-micropython-kernel

Create dedicated environment

conda create --name <env> --file requirements.txt
conda activate <env>

Install package in develop mode

python setup.py develop

Register kernel

jupyter kernelspec install --user unix_micropython_kernel

Remove kernel

jupyter kernelspec remove unix_micropython_kernel

About

Jupyter kernel for MicroPython's UNIX port

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published