Skip to content

Commit

Permalink
Fixes in the ability to run jupyter-lab: better startup script & buil…
Browse files Browse the repository at this point in the history
…d_python support (project-chip#31691)

* Fix up jupyter-lab execution environment:

- relative paths for the paa-store were not working and it was hard
  to debug them. Added detection of this error and auto-adjustment
  for the common case of running scripts from a subdir
- added option to build_python to auto-install these requirements.

* Restyle

* Remove unused imports

* Jupyterlab sets name to main ... so make use of it

* make linter happy

* Fix typo

* Remove checkpoint - probably should not have beeen checked in to start with

* Add jupyter temp dir to gitignore
  • Loading branch information
andy31415 authored Jan 26, 2024
1 parent 720fbe0 commit bbddfba
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 4,265 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@ examples/thermostat/ameba/build
# https://github.com/espressif/idf-component-manager#using-with-a-project
examples/*/esp32/managed_components
examples/*/esp32/dependencies.lock

# jupyter temporary files
.ipynb_checkpoints

Loading

0 comments on commit bbddfba

Please sign in to comment.