build: Add env target to setup jupyter and micropython kernel
This commit is contained in:
parent
745e8bb55b
commit
aa5f7c63b5
3 changed files with 1990 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -40,3 +40,7 @@ clean:
|
|||
rm -rf src/__pycache__
|
||||
rm -f src/*.pyc
|
||||
rm -f src/*.mpy
|
||||
|
||||
env:
|
||||
poetry install
|
||||
$(VENV) python -m jupyter_micropython_kernel.install
|
||||
|
|
|
|||
1985
poetry.lock
generated
1985
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -12,6 +12,8 @@ python = "^3.12"
|
|||
adafruit-ampy = "^1.1.0"
|
||||
esptool = "^4.7.0"
|
||||
mpy-cross = "^1.22.2"
|
||||
jupyter = "^1.0.0"
|
||||
jupyter-micropython-kernel = "^0.1.3.2"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue