Skip to content

Commit ff438f5

Browse files
authored
Revert 756 (#798)
* Revert "Refine example notebooks (#756)" This reverts commit 2f7e1fd. * Resolve conflict
1 parent 3b64c8e commit ff438f5

24 files changed

+958
-1907
lines changed

docs/dev_guide/new_contributor_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ parent: Feathr Developer Guides
66

77
# What can I contribute?
88
All forms of contributions are welcome, including and not limited to:
9-
* Improve or contribute new [notebook samples](https://github.com/feathr-ai/feathr/tree/main/docs/samples)
9+
* Improve or contribute new [notebook samples](https://github.com/feathr-ai/feathr/tree/main/feathr_project/feathrcli/data/feathr_user_workspace)
1010
* Add tutorial, blog posts, tech talks etc
1111
* Increase media coverage and exposure
1212
* Improve user-facing documentation or developer-facing documentation
13-
* Add testing code
13+
* Add testing code
1414
* Add new features
1515
* Refactor and improve architecture
1616
* For any other forms of contribution and collaboration, don't hesitate to reach out to us.
1717

1818
# I am interested, how can I start?
1919
If you are new to this project, we recommend start with [`good-first-issue`](https://github.com/feathr-ai/feathr/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
2020

21-
The issues are also labled with what types of programming language the task need.
21+
The issues are also labled with what types of programming language the task need.
2222
* [`good-first-issue` and `Python`](https://github.com/feathr-ai/feathr/issues?q=is%3Aopen+label%3A%22good+first+issue%22+label%3Apython)
2323
* [`good-first-issue` and `Scala`](https://github.com/feathr-ai/feathr/issues?q=is%3Aopen+label%3A%22good+first+issue%22+label%3Ascala)
2424
* [`good-first-issue` and `Java`](https://github.com/feathr-ai/feathr/issues?q=is%3Aopen+label%3A%22good+first+issue%22+label%3Ajava)

docs/quickstart_databricks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ title: Quick Start Guide with Databricks
55

66
# Feathr Quick Start Guide with Databricks
77

8-
For Databricks, you can simply upload [this notebook](./samples/databricks/databricks_quickstart_nyc_taxi_demo.ipynb) to your Databricks cluster and just run it in the Databricks cluster. It has been pre-configured to use the current Databricks cluster to submit jobs.
8+
For Databricks, you can simply upload [this notebook](./samples/databricks/databricks_quickstart_nyc_taxi_driver.ipynb) to your Databricks cluster and just run it in the Databricks cluster. It has been pre-configured to use the current Databricks cluster to submit jobs.
99

1010
1. Import Notebooks in your Databricks cluster:
1111

1212
![Import Notebooks](./images/databricks_quickstart1.png)
1313

14-
2. Paste the [link to Databricks getting started notebook](./samples/databricks/databricks_quickstart_nyc_taxi_demo.ipynb):
14+
2. Paste the [link to Databricks getting started notebook](./samples/databricks/databricks_quickstart_nyc_taxi_driver.ipynb):
1515

1616
![Import Notebooks](./images/databricks_quickstart2.png)
1717

@@ -21,7 +21,7 @@ For Databricks, you can simply upload [this notebook](./samples/databricks/datab
2121

2222
Although Databricks Notebooks are great tools, there are also large developer communities that prefer the usage of Visual Studio Code, where [it has native support for Python and Jupyter Notebooks](https://code.visualstudio.com/docs/datascience/jupyter-notebooks) with many great features such as syntax highlight and IntelliSense.
2323

24-
In [this notebook](./samples/databricks/databricks_quickstart_nyc_taxi_demo.ipynb), there are a few lines of code like this:
24+
In [this notebook](./samples/databricks/databricks_quickstart_nyc_taxi_driver.ipynb), there are a few lines of code like this:
2525

2626
```python
2727
# Get current databricks notebook context

docs/quickstart_synapse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Feathr has native cloud integration. Here are the steps to use Feathr on Azure:
2424

2525
1. Follow the [Feathr ARM deployment guide](https://feathr-ai.github.io/feathr/how-to-guides/azure-deployment-arm.html) to run Feathr on Azure. This allows you to quickly get started with automated deployment using Azure Resource Manager template. Alternatively, if you want to set up everything manually, you can checkout the [Feathr CLI deployment guide](https://feathr-ai.github.io/feathr/how-to-guides/azure-deployment-cli.html) to run Feathr on Azure. This allows you to understand what is going on and set up one resource at a time.
2626

27-
2. Once the deployment is complete,run the Feathr Jupyter Notebook by clicking this button: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/feathr-ai/feathr/main?labpath=docs%2Fsamples%2Fnyc_taxi_demo.ipynb).
27+
2. Once the deployment is complete,run the Feathr Jupyter Notebook by clicking this button: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/feathr-ai/feathr/main?labpath=feathr_project%2Ffeathrcli%2Fdata%2Ffeathr_user_workspace%2Fnyc_driver_demo.ipynb).
2828
3. You only need to change the specified `Resource Prefix`.
2929

3030
## Step 2: Install Feathr

0 commit comments

Comments
 (0)