-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert notebooks from .py to .ipynb
- Loading branch information
AnalyticJeremy
authored and
AnalyticJeremy
committed
Nov 7, 2023
1 parent
60be81c
commit 6c9a689
Showing
5 changed files
with
1,858 additions
and
973 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
# .databricks/commit_outputs file is used to control whether a notebook's output should be included when committing changes to Git. | ||
# Outputs are included/excluded at a per notebook level, committing select outputs within a specific notebook is not feasible. | ||
# | ||
# Reference: | ||
# each line in .databricks/commit_outputs represents a glob pattern | ||
# line starting with # represents a comment | ||
# notebook that matches a glob pattern will have output included | ||
# line starting with ! represents a exclusion pattern (i.e. !folder_a/\* will exclude output for all notebooks in folder_a) | ||
# if a notebook path matches multiple glob patterns, the last matching glob pattern will be used | ||
# note that glob patterns are case sensitive | ||
# more examples can be found here: https://docs.databricks.com/repos/repos-setup.html#patterns-for-a-repo-config-file | ||
|
||
# Uncomment the following pattern to include output for all notebooks | ||
# ** | ||
|
||
Analyze Data.ipynb | ||
Acquire Data.ipynb |
Oops, something went wrong.