Skip to content

Commit bbddfba

Browse files
authored
Fixes in the ability to run jupyter-lab: better startup script & build_python support (#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
1 parent 720fbe0 commit bbddfba

File tree

5 files changed

+127
-4265
lines changed

5 files changed

+127
-4265
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,7 @@ examples/thermostat/ameba/build
8080
# https://github.com/espressif/idf-component-manager#using-with-a-project
8181
examples/*/esp32/managed_components
8282
examples/*/esp32/dependencies.lock
83+
84+
# jupyter temporary files
85+
.ipynb_checkpoints
86+

0 commit comments

Comments
 (0)