-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support configured by setting the JUPYTER_S3_BUCKET and JUPTYER_S3_PREFIX variables * Add support for resetting the jupyter configuration via JUPYTER_CONFIG_RESET (can also delete the file) * Fix bug in startup script that could end up racing with the jupyter log file being written * Switch to jupyter lab by default * Add cache to gitignore (it's generated by a notebook) * Add package-mode=false to pyproject -- I'm on python3.12 and getting warnings * Add pip as an explicit dependencies -- I'm on python3.12 and it's not installed by default leading to mypy errors installing type info dependencies.
- Loading branch information
1 parent
4c5725f
commit 51a4e2e
Showing
6 changed files
with
310 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,4 +40,5 @@ traces/ | |
apps/jupyter/bind_dir/poetry_cache | ||
apps/query-ui/cache_dir | ||
docs/build | ||
cache | ||
notebooks/default-prep-data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.