-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2049087
commit 207f578
Showing
6 changed files
with
46 additions
and
16 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
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,28 @@ | ||
# Databricks notebook source | ||
# MAGIC %md-sandbox | ||
# MAGIC | ||
# MAGIC <div style="text-align: center; line-height: 0; padding-top: 9px;"> | ||
# MAGIC <img src="https://databricks.com/wp-content/uploads/2018/03/db-academy-rgb-1200px.png" alt="Databricks Learning" style="width: 600px"> | ||
# MAGIC </div> | ||
|
||
# COMMAND ---------- | ||
|
||
# MAGIC %md # Install Datasets | ||
# MAGIC | ||
# MAGIC We need to "install" the datasets this course uses by copying them from their current location in the cloud to a location relative to your workspace. | ||
# MAGIC | ||
# MAGIC All that is required is to run the following cell. By default, the **`Classroom-Setup`** script will not reinstall the datasets upon subsequent invocation but this behavior can be adjusted by modifying the parameters below. | ||
# MAGIC | ||
# MAGIC Feel free to leave this notebook running and proceed with the course while the install completes in the background. | ||
|
||
# COMMAND ---------- | ||
|
||
# MAGIC %run ../Includes/Classroom-Setup | ||
|
||
# COMMAND ---------- | ||
|
||
# MAGIC %md-sandbox | ||
# MAGIC © 2023 Databricks, Inc. All rights reserved.<br/> | ||
# MAGIC Apache, Apache Spark, Spark and the Spark logo are trademarks of the <a href="https://www.apache.org/">Apache Software Foundation</a>.<br/> | ||
# MAGIC <br/> | ||
# MAGIC <a href="https://databricks.com/privacy-policy">Privacy Policy</a> | <a href="https://databricks.com/terms-of-use">Terms of Use</a> | <a href="https://help.databricks.com/">Support</a> |
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
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