Skip to content

Commit

Permalink
convert notebooks from .py to .ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalyticJeremy authored and AnalyticJeremy committed Nov 7, 2023
1 parent 60be81c commit 6c9a689
Show file tree
Hide file tree
Showing 5 changed files with 1,858 additions and 973 deletions.
18 changes: 18 additions & 0 deletions .databricks/commit_outputs
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
Loading

0 comments on commit 6c9a689

Please sign in to comment.